VCLinkerTool.UACExecutionLevel Property

Definition

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