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