OPC Studio 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();
}

Property Value

This value of this property can be null (Nothing in Visual Basic).

Remarks

The getter method of this property is pure, i.e. it does not have observable side effects.

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