Disk.Partition Property
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