Open this page in the API Guide

IDateMapping.GetFirstMemberUniqueName Method

Gets the first member unique name for the specific level.

Namespace:  Dundas.BI.Entities.DateMappings
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
string GetFirstMemberUniqueName(
	IOlapCube cube,
	string levelUniqueName
)

Parameters

cube
Type: Dundas.BI.Data.Metadata.Olap.IOlapCube
The cube or cube perspective.
levelUniqueName
Type: System.String
The level unique name.

Return Value

Type: String
The first member unique name.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when levelUniqueName is invalid.
See Also