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.
Gets and sets a value that determines if the aler collection is in sync.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
protected bool IsAlertsCollectionInSync { get; set; }
protected:
property bool IsAlertsCollectionInSync {
bool get();
void set(bool value);
}
Protected Property IsAlertsCollectionInSync As Boolean
Property Value
Type: System.Boolean
true if the alert collection is in synt; otherwise, false.
See Also
AlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top