AdapterAppInitString.LegacyAdapterType Property
Gets or sets the legacy adapter type.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As AdapterAppInitString
Dim value As String
value = instance.LegacyAdapterType
instance.LegacyAdapterType = value
Syntax
'Declaration
<CategoryAttribute("Adapter Configuration")> _
<DescriptionAttribute("Type and assembly for the adapter")> _
<DisplayNameAttribute("Type")> _
<BrowsableAttribute(True)> _
Public Property LegacyAdapterType As String
[CategoryAttribute("Adapter Configuration")]
[DescriptionAttribute("Type and assembly for the adapter")]
[DisplayNameAttribute("Type")]
[BrowsableAttribute(true)]
public string LegacyAdapterType { get; set; }
[CategoryAttribute(L"Adapter Configuration")]
[DescriptionAttribute(L"Type and assembly for the adapter")]
[DisplayNameAttribute(L"Type")]
[BrowsableAttribute(true)]
public:
property String^ LegacyAdapterType {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_LegacyAdapterType ()
/** @property */
public void set_LegacyAdapterType (String value)
public function get LegacyAdapterType () : String
public function set LegacyAdapterType (value : String)
Property Value
Type: String
The legacy adapter type.
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.