Share via


Alert.Escalate Property

 

Indicates whether the alert must be escalated to the administrator.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)

Syntax

public bool Escalate { get; }
public:
property bool Escalate {
    bool get();
}
Public ReadOnly Property Escalate As Boolean

Property Value

Type: System.Boolean

true if the alert must be escalated; otherwise, false.

See Also

Alert Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top