VCLinkerTool.DataExecutionPrevention Property

Definition

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

Applies to