Share via


Disk.SystemDisk Property

 

Indicates whether the disk contains the system partition.

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

Syntax

public bool SystemDisk { get; internal set; }
public:
property bool SystemDisk {
    bool get();
    internal: void set(bool value);
}
Public Property SystemDisk As Boolean
    Get
    Friend Set
End Property

Property Value

Type: System.Boolean

true if the disk contains the system partition; otherwise, false.

See Also

Disk Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top