Open this page in the API Guide

VirtualHierarchyMember.MemberKey Property

Gets the member key values.

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 IList<Object> MemberKey { get; }

Property Value

Type: IList<Object>
The member key.
Remarks
Used for sorting when set to HierarchyMemberPropertyCategory.UniqueName.
See Also