AlertConditionParent Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the parent of this alert condition
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public AlertConditions Parent { get; set; }
Public Property Parent As AlertConditions
Get
Set
public:
virtual property AlertConditions^ Parent {
AlertConditions^ get () sealed;
void set (AlertConditions^ value) sealed;
}
function get_Parent();
function set_Parent(value);
Property Value
Type:
AlertConditionsThe parent of this alert condition
Return Value
Type:
AlertConditionsThe parent of this alert condition
Remarks See Also