Constable Authorization Engine 2.0 BETA

IChangeableCollection.IsClearAllowed Property

[This is preliminary documentation and subject to change.]

Returns flag that determines if the collection can be cleared (i.e. all elements removed).

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

Property Value

Returns true if the collection can be cleared; false otherwise.

See Also

IChangeableCollection Interface | LaMarvin.ComponentModel Namespace