|
VMInfoGuestOS Property |
This value is the virtual machine guest operating system.
Namespace: DoubleTake.Virtualization.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string GuestOS { get; set; }
Public Property GuestOS As String
Get
Set
public:
property String^ GuestOS {
String^ get ();
void set (String^ value);
}
function get_GuestOS();
function set_GuestOS(value);
Property Value
Type:
String
See Also