DashboardAlertParentQuery Property |
|
DataPA OpenAnalytics API Reference
Gets the parent DashboardQuery object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardQuery ParentQuery { get; }
Public ReadOnly Property ParentQuery As DashboardQuery
Get
public:
virtual property DashboardQuery^ ParentQuery {
DashboardQuery^ get () sealed;
}
function get_ParentQuery();
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.
Remarks If this alert is parented to a DashboardObject, returns the query that object is derived from
See Also