Udostępnij za pośrednictwem


AdapterAppInitString.AdapterMode Property

Gets or sets the adapter mode.

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

Usage

'Usage
Dim instance As AdapterAppInitString
Dim value As AdapterModeType

value = instance.AdapterMode

instance.AdapterMode = value

Syntax

'Declaration
<BrowsableAttribute(True)> _
<DescriptionAttribute("Adapter Mode to be used")> _
<DisplayNameAttribute("Adapter")> _
<CategoryAttribute("Adapter Configuration")> _
Public Property AdapterMode As AdapterModeType
[BrowsableAttribute(true)] 
[DescriptionAttribute("Adapter Mode to be used")] 
[DisplayNameAttribute("Adapter")] 
[CategoryAttribute("Adapter Configuration")] 
public AdapterModeType AdapterMode { get; set; }
[BrowsableAttribute(true)] 
[DescriptionAttribute(L"Adapter Mode to be used")] 
[DisplayNameAttribute(L"Adapter")] 
[CategoryAttribute(L"Adapter Configuration")] 
public:
property AdapterModeType AdapterMode {
    AdapterModeType get ();
    void set (AdapterModeType value);
}
/** @property */
public AdapterModeType get_AdapterMode ()

/** @property */
public void set_AdapterMode (AdapterModeType value)
public function get AdapterMode () : AdapterModeType

public function set AdapterMode (value : AdapterModeType)

Property Value

The adapter mode.

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.