'Declaration
<NotNullAttribute()> <TypeConverterAttribute(System.ComponentModel.CollectionConverter)> Public Shadows ReadOnly Property BindingGroups As Collection(Of PointBindingGroup)
'Usage
Dim instance As PointBinderCore Dim value As Collection(Of PointBindingGroup) value = instance.BindingGroups
[NotNull()] [TypeConverter(System.ComponentModel.CollectionConverter)] public new Collection<PointBindingGroup> BindingGroups {get;}
[NotNull()] [TypeConverter(System.ComponentModel.CollectionConverter)] public: new property Collection<PointBindingGroup^>^ BindingGroups { Collection<PointBindingGroup^>^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).