DiskInfo.PartitionStyle Property

 

Gets and sets the partition style.

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

Syntax

[DataMemberAttribute]
public int PartitionStyle { get; set; }
public:
[DataMemberAttribute]
property int PartitionStyle {
    int get();
    void set(int value);
}
<DataMemberAttribute>
Public Property PartitionStyle As Integer

Property Value

Type: System.Int32

The partition style.

See Also

DiskInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top