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 NetworkAlertManager 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 NetworkAlertManager is connected to the Alert Provider; otherwise, false.
See Also
NetworkAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top