|
JobInfoTargetHostUri Property
|
This value is the target URI.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic Uri TargetHostUri { get; set; }
Public Property TargetHostUri As Uri
Get
Set
public:
property Uri^ TargetHostUri {
Uri^ get ();
void set (Uri^ value);
}
function get_TargetHostUri();
function set_TargetHostUri(value);
Property Value
Type:
UriThe target URI.
Remarks
This property serves as a replacement for the TargetNetworkId and TargetManagementPort properties
because both of these pieces of information can be provided in and extracted from the URI.
See Also