StorageManager.SpacesPoolConfigured Property
Verifies whether a storage pool is configured.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public bool SpacesPoolConfigured { get; internal set; }
public:
property bool SpacesPoolConfigured {
bool get();
internal: void set(bool value);
}
Public Property SpacesPoolConfigured As Boolean
Get
Friend Set
End Property
Property Value
Type: System.Boolean
true if the storage pool is configured; otherwise, false.
See Also
StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top