Expand Minimize
This topic has not yet been rated - Rate this topic

VCLinkerTool.EnableUAC Property

Gets or sets a value that controls whether UAC information is embedded in the program manifest.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
bool EnableUAC { get; set; }

Property Value

Type: Boolean
true if UAC manifest information is embedded; otherwise, false.

For more information, see the /MANIFESTUAC (Embeds UAC information in manifest) linker option.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.