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 provisioning type of the storage space.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public StorageSpaceProvisioningType ProvisioningType { get; internal set; }
public:
property StorageSpaceProvisioningType ProvisioningType {
StorageSpaceProvisioningType get();
internal: void set(StorageSpaceProvisioningType value);
}
Public Property ProvisioningType As StorageSpaceProvisioningType
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.StorageSpaceProvisioningType
The provisioning type of the storage space.
See Also
Disk Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top