DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
If this is a query alert, the parent DashboardQuery object.
If this is a query alert, the parent DashboardQuery object.
Gets the parent DashboardQuery object.
Namespace: DataPAEnterpriseDashboardAssembly: 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: DashboardQueryIf this is a query alert, the parent DashboardQuery object.
Return Value
Type: DashboardQueryIf 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