DataPA Enterprise Dashboard Controls API Reference
Gets a collection of the DashboardQuery objects that this ControlPanelObject updates.

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

Syntax

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

Property Value

Type: Collection
A collection of the DashboardQuery object that this ControlPanelObject updates.

Return Value

Type: Collection
A collection of the DashboardQuery object that this ControlPanelObject updates.

Remarks