 | AceFlags Enumeration |
ACE flags.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax[FlagsAttribute]
public enum AceFlags
<FlagsAttribute>
Public Enumeration AceFlags
[FlagsAttribute]
public enum class AceFlags
[<FlagsAttribute>]
type AceFlags
Members
| Member name | Value | Description |
---|
| ObjectInheritAce | 1 |
The object inherit ace
|
| ContainerInheritAce | 2 |
The container inherit ace
|
| NoPropogateInheritAce | 4 |
The no propagate inherit ace
|
| InheritOnlyAce | 8 |
The inherit only ace
|
| InheritedAce | 16 |
The inherited ace
|
See Also