|
VolumeQualificationResultsIsVolumeCSV Property |
This value is true if the volume is a cluster shared volume; otherwise, it is false.
Namespace: DoubleTake.Virtualization.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic bool IsVolumeCSV { get; set; }
Public Property IsVolumeCSV As Boolean
Get
Set
public:
property bool IsVolumeCSV {
bool get ();
void set (bool value);
}
function get_IsVolumeCSV();
function set_IsVolumeCSV(value);
Property Value
Type:
Boolean
See Also