 | JobQualificationResultsModelSourceHostUri Property |
Gets or sets the source host URI.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.6.5.0 (0.6.5.0)
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:
Uri
See Also