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 partition style that is used on the volume.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public DiskPartitionStyle Partition { get; internal set; }
public:
property DiskPartitionStyle Partition {
DiskPartitionStyle get();
internal: void set(DiskPartitionStyle value);
}
Public Property Partition As DiskPartitionStyle
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.DiskPartitionStyle
An instance of DiskPartitionStyle.
See Also
Disk Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top