|
SystemStateOptionsKeepTargetActivationCode Property |
This value is true if the target license key should be kept after failover; otherwise, it is false (and the source's license key will be applied to the target after failover).
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic bool KeepTargetActivationCode { get; set; }
Public Property KeepTargetActivationCode As Boolean
Get
Set
public:
property bool KeepTargetActivationCode {
bool get ();
void set (bool value);
}
function get_KeepTargetActivationCode();
function set_KeepTargetActivationCode(value);
Property Value
Type:
Boolean if the target activation code should be kept after failover. Otherwise the source's code will be applied
See Also