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