AlertManager.IsAlertsCollectionInSync Property
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