'Declaration<BrowsableAttribute(False)> <CanBeNullAttribute()> <DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> Public Shadows ReadOnly Property OnlineBinder As PointBinderCore
'UsageDim instance As PointBindingGroup Dim value As PointBinderCore value = instance.OnlineBinder
[Browsable(false)] [CanBeNull()] [DebuggerBrowsable(DebuggerBrowsableState.Never)] public new PointBinderCore OnlineBinder {get;}
[Browsable(false)] [CanBeNull()] [DebuggerBrowsable(DebuggerBrowsableState.Never)] public: new property PointBinderCore^ OnlineBinder { PointBinderCore^ get(); }