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)

property enumDataExecutionPreventionBOOL DataExecutionPrevention {
	enumDataExecutionPreventionBOOL get();
	void set(enumDataExecutionPreventionBOOL value);
}
Return to top
Show: