次の方法で共有


Alert.Severity Property

 

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