DataPA Enterprise Dashboard Controls API Reference
Gets and sets the RunDataPA Application Object used to provide the core DataPA data functionality for this object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public Application Application { get; set; }
Visual Basic
Public Property Application As Application
	Get
	Set
Visual C++
public:
virtual property Application^ Application {
	Application^ get () sealed;
	void set (Application^ value) sealed;
}

Property Value

Type: Application
The RunDataPA Application Object used to provide the core DataPA data functionality for this object.

Return Value

Type: Application
The RunDataPA Application Object used to provide the core DataPA data functionality for this object.

Remarks