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
    Get
    Set
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

See Also

Reference

VCLinkerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace