AlertInfo.Severity Property
Gets the health status of the alert.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
[DataMemberAttribute]
public HealthStatus Severity { get; set; }
public:
[DataMemberAttribute]
property HealthStatus Severity {
HealthStatus get();
void set(HealthStatus value);
}
<DataMemberAttribute>
Public Property Severity As HealthStatus
Property Value
Type: Microsoft.WindowsServerSolutions.NetworkHealth.Engine.HealthStatus
An instance of HealthStatus.
See Also
AlertInfo Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top