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.
Indicates the types of disk partitions.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public enum DiskPartitionStyle
public enum class DiskPartitionStyle
Public Enumeration DiskPartitionStyle
Members
Member name | Description | |
---|---|---|
GPT | Indicates that the type of disk partition is GPT. |
|
MBR | Indicates that the type of disk partition is MBR. |
|
Unknown | Indicates that the type of disk partition is not known. |
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top