'Declaration
<BrowsableAttribute(False)> <JetBrains.Annotations.CanBeNullAttribute()> Public ReadOnly Property CurrentBinder As AbstractBinder
'Usage
Dim instance As BindingBase Dim value As AbstractBinder instance.CurrentBinder = value value = instance.CurrentBinder
[Browsable(false)] [JetBrains.Annotations.CanBeNull()] public AbstractBinder CurrentBinder {get;}
[Browsable(false)] [JetBrains.Annotations.CanBeNull()] public: property AbstractBinder^ CurrentBinder { AbstractBinder^ get(); }
Property Value
The value of this property can be null
(Nothing
in Visual Basic).