AlertInfo.IsSystem Property
Indicates whether an alert is a system alert.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
[DataMemberAttribute]
public bool IsSystem { get; internal set; }
public:
[DataMemberAttribute]
property bool IsSystem {
bool get();
internal: void set(bool value);
}
<DataMemberAttribute>
Public Property IsSystem As Boolean
Get
Friend Set
End Property
Property Value
Type: System.Boolean
true if the alert is a system alert; otherwise, false.
See Also
AlertInfo Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top