DiskPartitionStyle Enumeration

 

Indicates the types of disk partitions.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

public enum class DiskPartitionStyle

Member nameDescription
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.

Return to top

Community Additions

ADD
Show: