|
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.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntaxpublic bool TargetHostUriLocked { get; }Public ReadOnly Property TargetHostUriLocked As Boolean
Get
public:
property bool TargetHostUriLocked {
bool get ();
}function get_TargetHostUriLocked();
Property Value
Type:
Boolean
See Also