VCLinkerTool.DataExecutionPrevention Property

Gets or sets a value that controls the Windows data execution prevention (DEP) feature.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property DataExecutionPrevention As enumDataExecutionPreventionBOOL
enumDataExecutionPreventionBOOL DataExecutionPrevention { get; set; }
property enumDataExecutionPreventionBOOL DataExecutionPrevention {
    enumDataExecutionPreventionBOOL get ();
    void set (enumDataExecutionPreventionBOOL value);
}
abstract DataExecutionPrevention : enumDataExecutionPreventionBOOL with get, set
function get DataExecutionPrevention () : enumDataExecutionPreventionBOOL 
function set DataExecutionPrevention (value : enumDataExecutionPreventionBOOL)

Property Value

Type: Microsoft.VisualStudio.VCProjectEngine.enumDataExecutionPreventionBOOL
A member of the enumDataExecutionPreventionBOOL enumeration.

.NET Framework Security

See Also

Reference

VCLinkerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace