DiskInfo.SystemDisk Property

 

Gets and sets the system disk.

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

Syntax

[DataMemberAttribute]
public bool SystemDisk { get; set; }
public:
[DataMemberAttribute]
property bool SystemDisk {
    bool get();
    void set(bool value);
}
<DataMemberAttribute>
Public Property SystemDisk As Boolean

Property Value

Type: System.Boolean

The system disk.

See Also

DiskInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top