Share via


Alert.IsNew Property

 

Indicates whether the alert already exists.

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

Syntax

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

Property Value

Type: System.Boolean

true if the alert already exists; otherwise, false.

See Also

Alert Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top