Compartilhar via


AlertInfo.Escalate Property

 

Specifies whether email notification is sent for alerts.

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

Syntax

[DataMemberAttribute]
public bool Escalate { get; set; }
public:
[DataMemberAttribute]
property bool Escalate {
    bool get();
    void set(bool value);
}
<DataMemberAttribute>
Public Property Escalate As Boolean

Property Value

Type: System.Boolean

true if email notification is enabled; otherwise false.

See Also

AlertInfo Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top