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)
Syntax
'Declaration
Property UACExecutionLevel As linkUACExecutionLevel
linkUACExecutionLevel UACExecutionLevel { get; set; }
property linkUACExecutionLevel UACExecutionLevel {
linkUACExecutionLevel get ();
void set (linkUACExecutionLevel value);
}
abstract UACExecutionLevel : linkUACExecutionLevel with get, set
function get UACExecutionLevel () : linkUACExecutionLevel
function set UACExecutionLevel (value : linkUACExecutionLevel)
Property Value
Type: Microsoft.VisualStudio.VCProjectEngine.linkUACExecutionLevel
A member of the linkUACExecutionLevel 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.