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 object is connected to the server that is running the Alert Provider.
Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)
Syntax
public bool ConnectedToServer { get; }
public:
property bool ConnectedToServer {
    bool get();
}
Public ReadOnly Property ConnectedToServer As Boolean
Property Value
Type: System.Boolean
true if the Network Alert Manager is connected to a server with an Alert Provider; otherwise, false.
See Also
NetworkAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top