 | ApplicationIntents Property |
[Missing <summary> documentation for "P:OpenFin.FDC3.Directory.Application.Intents"]
Namespace:
OpenFin.FDC3.Directory
Assembly:
OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha5
Syntaxpublic Intent[] Intents { get; set; }Public Property Intents As Intent()
Get
Set
public:
property array<Intent^>^ Intents {
array<Intent^>^ get ();
void set (array<Intent^>^ value);
}Property Value
Type:
Intent
See Also