 | DeleteOptionsModelDeleteReplica Property |
Gets or sets a value indicating whether the replica virtual machine should be deleted when the job is deleted.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic bool DeleteReplica { get; set; }
Public Property DeleteReplica As Boolean
Get
Set
public:
property bool DeleteReplica {
bool get ();
void set (bool value);
}
member DeleteReplica : bool with get, set
Property Value
Type:
Boolean if the replica virtual machine should be deleted; otherwise,
.
See Also