Udostępnij za pośrednictwem


DdaBindings.AdapterBindings Property

Gets the adapter bindings.

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

Usage

'Usage
Dim instance As DdaBindings
Dim value As XmlElement

value = instance.AdapterBindings

Syntax

'Declaration
Public ReadOnly Property AdapterBindings As XmlElement
public XmlElement AdapterBindings { get; }
public:
property XmlElement^ AdapterBindings {
    XmlElement^ get ();
}
/** @property */
public XmlElement get_AdapterBindings ()
public function get AdapterBindings () : XmlElement

Property Value

The adapter bindings (DataDrivenAdapterBindings node).

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

DdaBindings Class
DdaBindings Members
Microsoft.Uii.Common Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.