ComputerInfo.HyperVRequirementDataExecutionPreventionAvailable 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 Data Execution Prevention feature is available
public:
property Nullable<bool> HyperVRequirementDataExecutionPreventionAvailable { Nullable<bool> get(); };
public bool? HyperVRequirementDataExecutionPreventionAvailable { get; }
member this.HyperVRequirementDataExecutionPreventionAvailable : Nullable<bool>
Public ReadOnly Property HyperVRequirementDataExecutionPreventionAvailable As Nullable(Of Boolean)