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.
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