ClientConfigApplication Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the Application object used to allow access to queries and setup.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public Application Application { get; set; }
Public Property Application As Application
Get
Set
public:
virtual property Application^ Application {
Application^ get () sealed;
void set (Application^ value) sealed;
}
function get_Application();
function set_Application(value);
Property Value
Type:
ApplicationThe Application object used to allow access to queries and setup.
Return Value
Type:
ApplicationThe Application object used to allow access to queries and setup.
Remarks See Also