 | VmInfoModelGuestUri Property |
Gets or sets the guest URI.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic Uri GuestUri { get; set; }
Public Property GuestUri As Uri
Get
Set
public:
property Uri^ GuestUri {
Uri^ get ();
void set (Uri^ value);
}
member GuestUri : Uri with get, set
Property Value
Type:
Uri
See Also