VCLinkerTool.UACExecutionLevel Property
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'إقرار
Property UACExecutionLevel As linkUACExecutionLevel
Get
Set
'الاستخدام
Dim instance As VCLinkerTool
Dim value As linkUACExecutionLevel
value = instance.UACExecutionLevel
instance.UACExecutionLevel = value
linkUACExecutionLevel UACExecutionLevel { get; set; }
property linkUACExecutionLevel UACExecutionLevel {
linkUACExecutionLevel get ();
void set (linkUACExecutionLevel value);
}
abstract UACExecutionLevel : linkUACExecutionLevel with get, set
function get UACExecutionLevel () : linkUACExecutionLevel
function set UACExecutionLevel (value : linkUACExecutionLevel)
Property Value
Type: Microsoft.VisualStudio.VCProjectEngine.linkUACExecutionLevel
.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.