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