InheritanceFlags Enumeration
.NET Framework (current version)
Inheritance flags specify the semantics of inheritance for access control entries (ACEs).
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| ContainerInherit | The ACE is inherited by child container objects. | |
| None | The ACE is not inherited by child objects. | |
| ObjectInherit | The ACE is inherited by child leaf objects. |
.NET Framework
Available since 2.0
Available since 2.0
Show: