VirtualMachineValidationIsVirtual Property |
Gets whether the system is running on a virtual machine guest environment. (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 bool IsVirtual { get; }
Public ReadOnly Property IsVirtual As Boolean
Get
public:
property bool IsVirtual {
bool get ();
}
Property Value
Type:
Boolean
See Also