'Declaration
<FlagsAttribute()> Public Enum SecurityInheritanceOptions Inherits System.Enum
[Flags()] public enum SecurityInheritanceOptions : System.Enum
[Flags()] public enum class SecurityInheritanceOptions : public System.Enum
'Declaration
<FlagsAttribute()> Public Enum SecurityInheritanceOptions Inherits System.Enum
[Flags()] public enum SecurityInheritanceOptions : System.Enum
[Flags()] public enum class SecurityInheritanceOptions : public System.Enum
Member | Value | Description |
---|---|---|
ContainerInherit | 2 | Permissions are inherited by child objects that are containers. |
Inherited | 16 | The permission object is inherited |
InheritNone | 0 | The permissions are not inherited |
InheritOnly | 8 | Permissions apply only to child objects, not to the current object. |
NoPropagateInherit | 4 | Permissions are inherited by child objects that are containers, but do not propagate any further. |
ObjectInherit | 1 | Permissions are inherited by child objects that are not containers. |
ValidInheritanceControlFlags | 15 | Mask indicating which bits represent inheritance control flags. |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.SecurityInheritanceOptions