VCLinkerTool.EnableUAC Property
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'إقرار
Property EnableUAC As Boolean
Get
Set
'الاستخدام
Dim instance As VCLinkerTool
Dim value As Boolean
value = instance.EnableUAC
instance.EnableUAC = value
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
.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.