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
'Declaração
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
- 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.