 | FullServerFailoverOptionsModelCreateBackupConnection Property |
Gets or sets a value indicating whether or not the job should create a backup connection to put the target server's system on the source server.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic bool CreateBackupConnection { get; set; }
Public Property CreateBackupConnection As Boolean
Get
Set
public:
property bool CreateBackupConnection {
bool get ();
void set (bool value);
}
member CreateBackupConnection : bool with get, set
Property Value
Type:
Boolean
See Also