AdapterAppInitString.UseAutomationAdapter Property

Gets or sets a Boolean value that specifies whether to use an automation adapter.

Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim instance As AdapterAppInitString
Dim value As Boolean

value = instance.UseAutomationAdapter

instance.UseAutomationAdapter = value

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property UseAutomationAdapter As Boolean
[BrowsableAttribute(false)] 
public bool UseAutomationAdapter { get; set; }
[BrowsableAttribute(false)] 
public:
property bool UseAutomationAdapter {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_UseAutomationAdapter ()

/** @property */
public void set_UseAutomationAdapter (boolean value)
public function get UseAutomationAdapter () : boolean

public function set UseAutomationAdapter (value : boolean)

Property Value

Type: Boolean
true to use automation adapter, otherwise false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

AdapterAppInitString Class
AdapterAppInitString Members
Microsoft.Uii.Common Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.