Click or drag to resize
AceFlags Enumeration
ACE flags.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax
[FlagsAttribute]
public enum AceFlags
Members
  Member nameValueDescription
ObjectInheritAce1 The object inherit ace
ContainerInheritAce2 The container inherit ace
NoPropogateInheritAce4 The no propagate inherit ace
InheritOnlyAce8 The inherit only ace
InheritedAce16 The inherited ace
See Also