VirtualHierarchyMemberMemberKey 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 (24.3.0.1000)
Syntax
public IList<Object> MemberKey { get; }

Property Value

Type: IListObject
The member key.
Remarks
Used for sorting when set to HierarchyMemberPropertyCategory.UniqueName.
See Also