QuickOPC User's Guide and Reference
ComposedBindingBag Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > BindingExtender Class : ComposedBindingBag Property
Contains all bindings handled by this binding extender.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property ComposedBindingBag As BindingBag
'Usage
 
Dim instance As BindingExtender
Dim value As BindingBag
 
instance.ComposedBindingBag = value
 
value = instance.ComposedBindingBag
[NotNull()]
public BindingBag ComposedBindingBag {get; set;}
[NotNull()]
public:
property BindingBag^ ComposedBindingBag {
   BindingBag^ get();
   void set (    BindingBag^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET: Linux, macOS, Microsoft Windows

See Also