Constable Authorization Engine 2.0 BETA

ChangeableCollectionBase.IsSetAllowed Property

[This is preliminary documentation and subject to change.]

Gets a flag indicating whether a Set operation is currently allowed.

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

Property Value

Returns true if a Set method call is allowed; otherwise false.

Implements

IChangeableCollection.IsSetAllowed

Remarks

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

See Also

ChangeableCollectionBase Class | LaMarvin.ComponentModel Namespace