'Declaration
<NotNullAttribute()> Public ReadOnly Property BindingGroups As IEnumerable(Of AbstractBindingGroup)
'Usage
Dim instance As BinderBase Dim value As IEnumerable(Of AbstractBindingGroup) instance.BindingGroups = value value = instance.BindingGroups
[NotNull()] public IEnumerable<AbstractBindingGroup> BindingGroups {get;}
[NotNull()] public: property IEnumerable<AbstractBindingGroup^>^ BindingGroups { IEnumerable<AbstractBindingGroup^>^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).