 | DeleteOptionsModelDeleteReplica Property |
Gets or sets a value indicating whether the replica virtual machine should be deleted when the job is deleted.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (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);
}
member DeleteReplica : bool with get, set
Property Value
Type:
Boolean if the replica virtual machine should be deleted; otherwise,
.
See Also