Click or drag to resize
JobInfoTargetHostUri Property
This value is the target URI.

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public Uri TargetHostUri { get; set; }

Property Value

Type: Uri
The 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