DataPA Enterprise Dashboard Controls API Reference
Gets and Sets the DashboardQuery object that has been refreshed.

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

Syntax

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

Property Value

Type: DashboardQuery
The DashboardQuery object that has been refreshed.

Return Value

Type: DashboardQuery
The DashboardQuery object that has been refreshed.

Remarks