Click or drag to resize
VolumeIsSystemDrive Property
This value is true if the volume is the system volume; otherwise, it is false.

Namespace: DoubleTake.Common.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public bool IsSystemDrive { get; set; }

Property Value

Type: Boolean
if this volume is the system drive; otherwise, .
See Also