
ThomasCBlackwell asked a question.
We are using the SDK described by this document: FNE_Client_DontNet_XT_API_2025-09 API.
The doc only says "Sets whether or not virtual machine detections is enabled."
What happens in these situations?
License object is created using:
licenseObject = LicensingFactory.GetLicensing(IdentityClient.IdentityData, path, <StringHostID>
licenseObject.LicenseManager.VMDetectionEnabled = true
Machine A Virtual Machine - <StringHostID> has no value
Machine B Physical Machine <StringHostID> has no value
Machine C Virtual Machine <StringHostID> has a value
Machine D Physical Machine <StringHostID> has a value