DataPA Enterprise Dashboard Controls API Reference
Gets the parent DashboardQuery object.

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

Syntax

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

Property Value

Type: DashboardQuery
If this is a query alert, the parent DashboardQuery object.

Return Value

Type: DashboardQuery
If this is a query alert, the parent DashboardQuery object.

Implements

DashboardAlert..::.._DashboardAlert..::..ParentQuery

Remarks

If this alert is parented to a DashboardObject, returns the query that object is derived from

See Also