VCLinkerTool.UACUIAccess Property

Definition

Gets or sets a value that controls whether your application bypasses user interface protection levels and drives input to higher-permission windows on the desktop.

public:
 property bool UACUIAccess { bool get(); void set(bool value); };
public:
 property bool UACUIAccess { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(62)]
public bool UACUIAccess { [System.Runtime.InteropServices.DispId(62)] get; [System.Runtime.InteropServices.DispId(62)] set; }
[<System.Runtime.InteropServices.DispId(62)>]
[<get: System.Runtime.InteropServices.DispId(62)>]
[<set: System.Runtime.InteropServices.DispId(62)>]
member this.UACUIAccess : bool with get, set
Public Property UACUIAccess As Boolean

Property Value

true if user interface protection levels are bypassed; otherwise, false.

Attributes

Remarks

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

Applies to