ComputerInfo.HyperVRequirementVirtualizationFirmwareEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If a HyperVisor is not present, indicates the state of the requirement that the firmware has enabled virtualization extensions
public:
property Nullable<bool> HyperVRequirementVirtualizationFirmwareEnabled { Nullable<bool> get(); };
public bool? HyperVRequirementVirtualizationFirmwareEnabled { get; }
member this.HyperVRequirementVirtualizationFirmwareEnabled : Nullable<bool>
Public ReadOnly Property HyperVRequirementVirtualizationFirmwareEnabled As Nullable(Of Boolean)