DataPA Enterprise Dashboard Controls API Reference
Gets and sets the RunDataPA.Application object used to provide access to data from the AppServer.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public Application PAApplication { get; set; } |
Visual Basic |
---|
Public Property PAApplication As Application
Get
Set |
Visual C++ |
---|
public:
virtual property Application^ PAApplication {
Application^ get () sealed;
void set (Application^ value) sealed;
} |
Property Value
Type:
ApplicationThe RunDataPA.Application object used to provide access to data from the AppServer.
Return Value
Type:
ApplicationThe RunDataPA.Application object used to provide access to data from the AppServer.
Remarks
See Also