Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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