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