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 and sets the provisioning type.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public StorageSpaceProvisioningType ProvisioningType { get; set; }
public:
[DataMemberAttribute]
property StorageSpaceProvisioningType ProvisioningType {
StorageSpaceProvisioningType get();
void set(StorageSpaceProvisioningType value);
}
<DataMemberAttribute>
Public Property ProvisioningType As StorageSpaceProvisioningType
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.StorageSpaceProvisioningType
The provisioning type.
See Also
DiskInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top