|
DeleteOptionsDeleteReplica Property |
This value is true if the replica virtual machine should be deleted when the job is deleted; otherwise, it is false.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic bool DeleteReplica { get; set; }
Public Property DeleteReplica As Boolean
Get
Set
public:
property bool DeleteReplica {
bool get ();
void set (bool value);
}
function get_DeleteReplica();
function set_DeleteReplica(value);
Property Value
Type:
Boolean if the replica virtual machine should be deleted; otherwise,
.
See Also