|
TargetFileServerQualificationResultsIsVolumeCSV Property
|
This value is true if it is a cluster shared volume; otherwise, it is false.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
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