AdapterAppInitString.UseNoAdapter Property
Gets or sets a Boolean value that specifies whether to use an adapter or not.
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.UseNoAdapter
instance.UseNoAdapter = value
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property UseNoAdapter As Boolean
[BrowsableAttribute(false)]
public bool UseNoAdapter { get; set; }
[BrowsableAttribute(false)]
public:
property bool UseNoAdapter {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_UseNoAdapter ()
/** @property */
public void set_UseNoAdapter (boolean value)
public function get UseNoAdapter () : boolean
public function set UseNoAdapter (value : boolean)
Property Value
Type: Boolean
True to use no 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.