AdapterAppInitString.DataDrivenAdapterType Property
Gets or sets the data driven 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.DataDrivenAdapterType
instance.DataDrivenAdapterType = value
Syntax
'Declaration
<BrowsableAttribute(False)> _
<CategoryAttribute("Adapter Configuration")> _
<DescriptionAttribute("<to be completed later>")> _
Public Property DataDrivenAdapterType As String
[BrowsableAttribute(false)]
[CategoryAttribute("Adapter Configuration")]
[DescriptionAttribute("<to be completed later>")]
public string DataDrivenAdapterType { get; set; }
[BrowsableAttribute(false)]
[CategoryAttribute(L"Adapter Configuration")]
[DescriptionAttribute(L"<to be completed later>")]
public:
property String^ DataDrivenAdapterType {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_DataDrivenAdapterType ()
/** @property */
public void set_DataDrivenAdapterType (String value)
public function get DataDrivenAdapterType () : String
public function set DataDrivenAdapterType (value : String)
Property Value
Type: String
The data driven 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.