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 Storage Provider is connected to the storage service and all collections are up to date.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public bool Connected { get; internal set; }
public:
property bool Connected {
bool get();
internal: void set(bool value);
}
Public Property Connected As Boolean
Get
Friend Set
End Property
Property Value
Type: System.Boolean
true if the Storage Provider is connected and all collections are up to date; otherwise, false.
See Also
StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top