Constable Authorization Engine 2.0 BETA

IChangeableCollection.IsRemoveAllowed Property

[This is preliminary documentation and subject to change.]

Returns flag that determines if an element of the collection can be removed (either by value or by position).

[Visual Basic]
Property IsRemoveAllowed As Boolean
[C#]
bool IsRemoveAllowed {get;}

Property Value

Returns true if an element can be removed from the collection; false otherwise.

See Also

IChangeableCollection Interface | LaMarvin.ComponentModel Namespace