|
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.2.0.814
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