FunctionHierarchyLevelGetMember Method (String)

Gets the member by its unique name.

Namespace:  Dundas.BI.Data.Functions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public IHierarchyMember GetMember(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
The unique name of the member.

Return Value

Type: IHierarchyMember
The member.

Implements

IHierarchyLevelGetMember(String)
Exceptions
ExceptionCondition
ArgumentExceptionThe uniqueName is or empty.
FormatExceptionThe uniqueName is not in expected format.
See Also