|
VolumeIsSystemDrive Property
|
This value is true if the volume is the system volume; otherwise, it is false.
Namespace:
DoubleTake.Common.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic bool IsSystemDrive { get; set; }
Public Property IsSystemDrive As Boolean
Get
Set
public:
property bool IsSystemDrive {
bool get ();
void set (bool value);
}
function get_IsSystemDrive();
function set_IsSystemDrive(value);
Property Value
Type:
Boolean if this volume is the system drive; otherwise,
.
See Also