Partager via


NetworkAlertManager.ConnectedToServer Property

 

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