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