DataPA Enterprise Dashboard Controls 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
C# |
---|
public AlertConditions Parent { get; set; } |
Visual Basic |
---|
Public Property Parent As AlertConditions
Get
Set |
Visual C++ |
---|
public:
virtual property AlertConditions^ Parent {
AlertConditions^ get () sealed;
void set (AlertConditions^ value) sealed;
} |
Property Value
Type:
AlertConditionsThe parent of this alert condition
Return Value
Type:
AlertConditionsThe parent of this alert condition
Remarks
See Also