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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.