DataPA Enterprise Dashboard Controls API Reference
Gets and sets the DashboardQuery object (if any) that has been changed.

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

Syntax

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

Property Value

Type: DashboardQuery
The DashboardQuery object that has been changed.

Return Value

Type: DashboardQuery
The DashboardQuery object that has been changed.

Remarks