VCLinkerTool.DataExecutionPrevention 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.
Gets or sets a value that controls the Windows data execution prevention (DEP) feature.
public:
property Microsoft::VisualStudio::VCProjectEngine::enumDataExecutionPreventionBOOL DataExecutionPrevention { Microsoft::VisualStudio::VCProjectEngine::enumDataExecutionPreventionBOOL get(); void set(Microsoft::VisualStudio::VCProjectEngine::enumDataExecutionPreventionBOOL value); };
public:
property Microsoft::VisualStudio::VCProjectEngine::enumDataExecutionPreventionBOOL DataExecutionPrevention { Microsoft::VisualStudio::VCProjectEngine::enumDataExecutionPreventionBOOL get(); void set(Microsoft::VisualStudio::VCProjectEngine::enumDataExecutionPreventionBOOL value); };
[System.Runtime.InteropServices.DispId(119)]
public Microsoft.VisualStudio.VCProjectEngine.enumDataExecutionPreventionBOOL DataExecutionPrevention { [System.Runtime.InteropServices.DispId(119)] get; [System.Runtime.InteropServices.DispId(119)] set; }
[<System.Runtime.InteropServices.DispId(119)>]
[<get: System.Runtime.InteropServices.DispId(119)>]
[<set: System.Runtime.InteropServices.DispId(119)>]
member this.DataExecutionPrevention : Microsoft.VisualStudio.VCProjectEngine.enumDataExecutionPreventionBOOL with get, set
Public Property DataExecutionPrevention As enumDataExecutionPreventionBOOL
Property Value
A member of the enumDataExecutionPreventionBOOL enumeration.
- Attributes