DataPA Enterprise Dashboard Controls API Reference
Gets and sets the RunDataPA.Application object used to provide access to data from the AppServer.

Namespace: DataPAClientConfig
Assembly: 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: Application
The RunDataPA.Application object used to provide access to data from the AppServer.

Return Value

Type: Application
The RunDataPA.Application object used to provide access to data from the AppServer.

Remarks