Intersoft ClientUI Documentation
Binding Property (PropertyBinding)



Gets or sets the binding on the specified property.
Syntax
Public Property Binding As Binding
Dim instance As PropertyBinding
Dim value As Binding
 
instance.Binding = value
 
value = instance.Binding
public Binding Binding {get; set;}
public:
property Binding^ Binding {
   Binding^ get();
   void set (    Binding^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyBinding Class
PropertyBinding Members

Send Feedback