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.
Gets the health status of the alert.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public HealthStatus Severity { get; }
public:
property HealthStatus Severity {
HealthStatus get();
}
Public ReadOnly Property Severity As HealthStatus
Property Value
Type: Microsoft.WindowsServerSolutions.NetworkHealth.Engine.HealthStatus
An instance of HealthStatus.
See Also
Alert Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top