|
JobInfoSourceHostUri Property |
This value is the source URI.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic Uri SourceHostUri { get; set; }
Public Property SourceHostUri As Uri
Get
Set
public:
property Uri^ SourceHostUri {
Uri^ get ();
void set (Uri^ value);
}
function get_SourceHostUri();
function set_SourceHostUri(value);
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