Drive.SystemDrive Property
Indicates whether the drive is a system drive.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public bool SystemDrive { get; internal set; }
public:
property bool SystemDrive {
bool get();
internal: void set(bool value);
}
Public Property SystemDrive As Boolean
Get
Friend Set
End Property
Property Value
Type: System.Boolean
true if the drive is a system drive; otherwise, false.
See Also
Drive Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top