 | JobInfoPrivateModelTargetHostUri Property |
Gets or sets the target URI.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic Uri TargetHostUri { get; set; }
Public Property TargetHostUri As Uri
Get
Set
public:
property Uri^ TargetHostUri {
Uri^ get ();
void set (Uri^ value);
}
member TargetHostUri : Uri with get, set
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