Open this page in the API Guide

HierarchyMemberProperty Class

Class used to define a hierarchy member non-standard property.
Inheritance Hierarchy
System.Object
  Dundas.BI.Data.Metadata.HierarchyMemberProperty

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class HierarchyMemberProperty

The HierarchyMemberProperty type exposes the following members.

Constructors
  NameDescription
Public methodHierarchyMemberProperty
Initializes a new instance of the HierarchyMemberProperty class.
Top
Properties
  NameDescription
Public propertyCaption
Gets or sets the caption.
Public propertyCategory
Gets the category.
Public propertyDataType
Gets the type of the data.
Public propertyDescription
Gets or sets the description.
Public propertyName
Gets the name.
Top
See Also