DashboardAlertParentObject Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the parent DashboardObject object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardObject ParentObject { get; }
Public ReadOnly Property ParentObject As DashboardObject
Get
public:
virtual property DashboardObject^ ParentObject {
DashboardObject^ get () sealed;
}
function get_ParentObject();
Property Value
Type:
DashboardObjectIf this is a Object alert, the parent DashboardObject object.
Return Value
Type:
DashboardObjectIf this is a Object alert, the parent DashboardObject object.
Remarks Returns nothing if this alert is parented to a query
See Also