VCLinkerTool::UACExecutionLevel Property

 

Gets or sets a value that controls whether User Account Control (UAC) information is embedded in the program manifest.

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

property linkUACExecutionLevel UACExecutionLevel {
	linkUACExecutionLevel get();
	void set(linkUACExecutionLevel value);
}
Return to top
Show: