Udostępnij za pośrednictwem


AdapterAppInitString.DataDrivenAdapterBindingsCollection Property

Gets the data driven adapter control bindings collection.

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.DataDrivenAdapterBindingsCollection

Syntax

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

Property Value

Type: XmlNode
The data driven adapter control bindings collection.

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.