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 (24.1.0.1001)
Syntax
public enum CustomAttributeInheritanceBehavior
Members
  Member nameValueDescription
Override0 The custom attribute values override any inherited values.
Accumulate1 The custom attribute values are combined with any inherited values.
See Also