Click or drag to resize

JobInfoTargetHostUriLocked Property

Management Service ip locking is not implemented for the Target, but this property has been added for parity with Source because it is needed in many places. Rather than hardcoding it everywhere with a comment, it makes more sense to hardcode it here and add a comment in one place. Target Host Uri is never locked so always return false;

Namespace:  DoubleTake.Jobs.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntax
public bool TargetHostUriLocked { get; }

Property Value

Type: Boolean
See Also