|
FullServerFailoverOptionsCreateBackupConnection Property |
This value is true if reverse protection should be configured for this job; 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 CreateBackupConnection { get; set; }
Public Property CreateBackupConnection As Boolean
Get
Set
public:
property bool CreateBackupConnection {
bool get ();
void set (bool value);
}
function get_CreateBackupConnection();
function set_CreateBackupConnection(value);
Property Value
Type:
Boolean if the job should create a backup connection; otherwise,
.
See Also