|
JobQualificationResultsSourceHostUri Property
|
This value is the source URI.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
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