Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

VCLinkerTool.UACExecutionLevel Property

Definition

Namespace:
Microsoft.VisualStudio.VCProjectEngine
Assembly:
Microsoft.VisualStudio.VCProjectEngine.dll
Package:
Microsoft.VisualStudio.VCProjectEngine v17.14.40264

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets a value that controls whether User Account Control (UAC) information is embedded in the program manifest.

public:
 property Microsoft::VisualStudio::VCProjectEngine::linkUACExecutionLevel UACExecutionLevel { Microsoft::VisualStudio::VCProjectEngine::linkUACExecutionLevel get(); void set(Microsoft::VisualStudio::VCProjectEngine::linkUACExecutionLevel value); };
public:
 property Microsoft::VisualStudio::VCProjectEngine::linkUACExecutionLevel UACExecutionLevel { Microsoft::VisualStudio::VCProjectEngine::linkUACExecutionLevel get(); void set(Microsoft::VisualStudio::VCProjectEngine::linkUACExecutionLevel value); };
[System.Runtime.InteropServices.DispId(61)]
public Microsoft.VisualStudio.VCProjectEngine.linkUACExecutionLevel UACExecutionLevel { [System.Runtime.InteropServices.DispId(61)] get; [System.Runtime.InteropServices.DispId(61)] set; }
[<System.Runtime.InteropServices.DispId(61)>]
[<get: System.Runtime.InteropServices.DispId(61)>]
[<set: System.Runtime.InteropServices.DispId(61)>]
member this.UACExecutionLevel : Microsoft.VisualStudio.VCProjectEngine.linkUACExecutionLevel with get, set
Public Property UACExecutionLevel As linkUACExecutionLevel

Property Value

A member of the linkUACExecutionLevel enumeration.

Attributes

Applies to