ControlElement.Binding Property

Gets the binding.

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

Usage

'Usage
Dim instance As ControlElement
Dim value As XmlElement

value = instance.Binding

Syntax

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

Property Value

The binding.

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

ControlElement Class
ControlElement Members
Microsoft.Uii.Common Namespace

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