DataPA Enterprise Dashboard Controls API Reference
Gets and sets the parent of this alert condition

Namespace: DataPAEnterpriseDashboard
Assembly: 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: AlertConditions
The parent of this alert condition

Return Value

Type: AlertConditions
The parent of this alert condition

Remarks