'Declaration
<NotNullAttribute()> Public Shadows ReadOnly Property Value As BindingCollection
'Usage
Dim instance As SetBindingBag Dim value As BindingCollection value = instance.Value
[NotNull()] public new BindingCollection Value {get;}
[NotNull()] public: new property BindingCollection^ Value { BindingCollection^ 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).