|
TestFailoverOptionsDeleteVirtualDisks Property |
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.1.0.599
Syntaxpublic bool DeleteVirtualDisks { get; set; }Public Property DeleteVirtualDisks As Boolean
Get
Set
public:
property bool DeleteVirtualDisks {
bool get ();
void set (bool value);
}function get_DeleteVirtualDisks();
function set_DeleteVirtualDisks(value);
Property Value
Type:
Boolean
See Also