VirtualMachineValidation.Type Property |
Gets the type of virtual machine guest environment on which the system is running. (This property should only be referenced after calling the
Validate() method once.)
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic VirtualMachineValidation. VirtualMachineType Type { get; }
Public ReadOnly Property Type As VirtualMachineValidation. VirtualMachineType
Get
public:
property VirtualMachineValidation. VirtualMachineType Type {
VirtualMachineValidation. VirtualMachineType get ();
}
Property Value
Type:
VirtualMachineValidation.VirtualMachineType
See Also