PrivilegeInheritanceBehavior Enumeration

Indicate the inheritance behavior of a multi-value attribute.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum PrivilegeInheritanceBehavior
Members
  Member nameValueDescription
Inherit0 The privilege should inherit from its parent entries.
DoNotInherit1 The privilege should not inherit from its parent entries.
See Also