CustomAttributeInheritanceBehavior Enumeration | 
 
            Specifies inheritance behaviors for multi-value custom attributes.
            
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic enum CustomAttributeInheritanceBehavior
Public Enumeration CustomAttributeInheritanceBehavior
public enum class CustomAttributeInheritanceBehavior
type CustomAttributeInheritanceBehavior
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Override | 0 | 
            The custom attribute values override any inherited values.
             | 
 | Accumulate | 1 | 
            The custom attribute values are combined with any inherited values.
             | 
See Also