 | JobInfoPrivateModelSourceHostUri Property |
Gets or sets the source 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 SourceHostUri { get; set; }
Public Property SourceHostUri As Uri
Get
Set
public:
property Uri^ SourceHostUri {
Uri^ get ();
void set (Uri^ value);
}
member SourceHostUri : Uri with get, set
Property Value
Type:
UriThe source URI.
Remarks
This property serves as a replacement for the SourceNetworkId and SourceManagementPort properties
because both of these pieces of information can be provided in and extracted from the URI.
See Also