protected abstract BindingBase BindingBase { get; }
Protected MustOverride ReadOnly Property BindingBase As BindingBase
Get
protected:
virtual property BindingBase^ BindingBase {
BindingBase^ get () abstract;
}
abstract BindingBase : BindingBase with get