Click or drag to resize
AccessFlags Enumeration
Access flags that define what is allowed in a RestrictedAccessDictionary. The can be combined with bit-wise OR.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
[FlagsAttribute]
public enum AccessFlags
Members
  Member nameValueDescription
Add1 Allow elements to be added.
Remove2 Allow elements to be removed.
ChangeElements4 Allow elements to be changed.
See Also