QuickOPC User's Guide and Reference
CurrentBinder Property (BindingBase)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > BindingBase Class : CurrentBinder Property
The binder this binding is currently attached to; null if the binding is not attached to a binder.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<CanBeNullAttribute()>
Public ReadOnly Property CurrentBinder As AbstractBinder
'Usage
 
Dim instance As BindingBase
Dim value As AbstractBinder
 
instance.CurrentBinder = value
 
value = instance.CurrentBinder
[Browsable(false)]
[CanBeNull()]
public AbstractBinder CurrentBinder {get;}
[Browsable(false)]
[CanBeNull()]
public:
property AbstractBinder^ CurrentBinder {
   AbstractBinder^ get();
}
Requirements

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

See Also