Share via


SettingsStore.Connected Property

 

Gets the connection status of the data store.

Namespace:   Microsoft.WindowsServerSolutions.Settings
Assembly:  SettingsObjectModel (in SettingsObjectModel.dll)

Syntax

public bool Connected { get; private set; }
public:
property bool Connected {
    bool get();
    private: void set(bool value);
}
Public Property Connected As Boolean
    Get
    Private Set
End Property

Property Value

Type: System.Boolean

true if connected; otherwise false.

See Also

SettingsStore Class
Microsoft.WindowsServerSolutions.Settings Namespace

Return to top