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)

Syntax

'Declaration
Property EnableUAC As Boolean
    Get
    Set
bool EnableUAC { get; set; }
property bool EnableUAC {
    bool get ();
    void set (bool value);
}
abstract EnableUAC : bool with get, set
function get EnableUAC () : boolean
function set EnableUAC (value : boolean)

Property Value

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

Remarks

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

.NET Framework Security

See Also

Reference

VCLinkerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace