Share via


AlertSynchProviderClient.Connected Property

 

Indicates whether the alert subsystem 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 connected; otherwise, false.

See Also

AlertSynchProviderClient Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top