|
VMInfoGuestUri Property |
This value is the guest URI.
Namespace: DoubleTake.Virtualization.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic Uri GuestUri { get; set; }
Public Property GuestUri As Uri
Get
Set
public:
property Uri^ GuestUri {
Uri^ get ();
void set (Uri^ value);
}
function get_GuestUri();
function set_GuestUri(value);
Property Value
Type:
Uri
The guest URI.
See Also