AdapterAppInitString.DataDrivenAdapterControlBindings Property

Gets the data driven adapter control bindings.

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

Usage

'Usage
Dim instance As AdapterAppInitString
Dim value As XmlNode

value = instance.DataDrivenAdapterControlBindings

Syntax

'Declaration
<CategoryAttribute("Adapter Configuration")> _
<BrowsableAttribute(False)> _
<DescriptionAttribute("<to be completed later>")> _
Public ReadOnly Property DataDrivenAdapterControlBindings As XmlNode
[CategoryAttribute("Adapter Configuration")] 
[BrowsableAttribute(false)] 
[DescriptionAttribute("<to be completed later>")] 
public XmlNode DataDrivenAdapterControlBindings { get; }
[CategoryAttribute(L"Adapter Configuration")] 
[BrowsableAttribute(false)] 
[DescriptionAttribute(L"<to be completed later>")] 
public:
property XmlNode^ DataDrivenAdapterControlBindings {
    XmlNode^ get ();
}
/** @property */
public XmlNode get_DataDrivenAdapterControlBindings ()
public function get DataDrivenAdapterControlBindings () : XmlNode

Property Value

Type: XmlNode
The data driven adapter control bindings.

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.