Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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