Constable Authorization Engine 2.0 BETA

ChangeableCollectionBase.IsRemoveAllowed Property

[This is preliminary documentation and subject to change.]

Gets a flag indicating whether a Remove operation (or the RemoveAt method call) is currently allowed.

[Visual Basic]
Overridable Public ReadOnly Property IsRemoveAllowed As Boolean _
    Implements IChangeableCollection.IsRemoveAllowed
[C#]
public virtual bool IsRemoveAllowed {get;}

Property Value

Returns true if a Remove operation (or the RemoveAt method call) is allowed; otherwise false.

Implements

IChangeableCollection.IsRemoveAllowed

Remarks

The call is simply forwarded to the IsRemoveAllowed implementation of the associated Updater object.

See Also

ChangeableCollectionBase Class | LaMarvin.ComponentModel Namespace