|
JobQualificationResultsSourceHostUri 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:
Uri
The source host URI.
See Also