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 (25.3.0.1000)
Syntaxpublic enum PrivilegeInheritanceBehavior
Public Enumeration PrivilegeInheritanceBehavior
public enum class PrivilegeInheritanceBehavior
type PrivilegeInheritanceBehavior
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Inherit | 0 | 
            The privilege should inherit from its parent entries.
             | 
 | DoNotInherit | 1 | 
            The privilege should not inherit from its parent entries.
             | 
See Also