次の方法で共有


Alert.IsSystem Property

 

Indicates whether an alert is a system alert.

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

Syntax

public bool IsSystem { get; }
public:
property bool IsSystem {
    bool get();
}
Public ReadOnly Property IsSystem As Boolean

Property Value

Type: System.Boolean

true if the alert is a system alert; otherwise, false.

See Also

Alert Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top