IContextApplication Property |
Get the application currently using the API.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax IApplication Application { get; }
ReadOnly Property Application As IApplication
Get
property IApplication^ Application {
IApplication^ get ();
}
Property Value
Type:
IApplicationRemarks
A null value mean that the application was not found.
See Also