Click or drag to resize

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.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public bool KeepTargetActivationCode { get; set; }

Property Value

Type: Boolean
if the target activation code should be kept after failover. Otherwise the source's code will be applied
See Also