Click or drag to resize
DashboardAlertParentQuery Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the parent DashboardQuery object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DashboardQuery ParentQuery { get; }

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.
Remarks
If this alert is parented to a DashboardObject, returns the query that object is derived from
See Also