LocalAlertManager.Connected Property
Indicates whether the LocalAlertManager is connected to the Alert Provider.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public bool Connected { get; }
public:
property bool Connected {
bool get();
}
Public ReadOnly Property Connected As Boolean
Property Value
Type: System.Boolean
true if the LocalAlertManager is connected to the Alert Provider; otherwise, false.
See Also
LocalAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top