|
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.2.0.814
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