Search notes:

System.Security.AccessControl.InheritanceFlags (enum)

The System.Security.AccessControl.InheritanceFlags enum specifies how an access control entry (ACE) is inherited. It has three values:
None ACE is not inherited by child objects 0
ContainerInherit ACE is inherited by child objects 1
ObjectInherit ACE is inherited by leaf objects 2
ContainerInherit and ObjectInherit can be combined.

See also

System.Security.AccessControl.PropagationFlags

Index