DataPA Enterprise Dashboard Controls API Reference
Gets a property that is the DashboardQuery object associated with this DashboardObject.

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

Syntax

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

Property Value

Type: DashboardQuery
DashboardQuery object associated with this DashboardObject.

Return Value

Type: DashboardQuery
Gets a property that is the DashboardQuery object associated with this DashboardObject.DashboardQuery object associated with this DashboardObject.

Remarks