| Constable Authorization Engine 2.0 BETA |
|
CollectionUpdaterBase.SetSetAllowed Method
[This is preliminary documentation and subject to change.]
Sets the IsSetAllowed property to the specfied value.
[Visual Basic]
Protected Sub SetSetAllowed( _
ByVal
allowed As
Boolean _
)
[C#]
protected
void SetSetAllowed(
bool allowed);
Parameters
-
allowed
-
true to allow replacing items in the associated collection. false otherwise.
See Also
CollectionUpdaterBase Class | LaMarvin.ComponentModel Namespace