IDateMappingGetFirstMemberUniqueName 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 (26.2.0.1000)
Syntax
string GetFirstMemberUniqueName(
	IOlapCube cube,
	string levelUniqueName
)

Parameters

cube  IOlapCube
The cube or cube perspective.
levelUniqueName  String
The level unique name.

Return Value

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