Open this page in the API Guide

CubePerspective.FindMember Method (String)

Finds the member.

Namespace:  Dundas.BI.Entities.CubePerspectives
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public OlapMember FindMember(
	string uniqueName
)

Parameters

uniqueName
Type: System.String
The unique name of the member.

Return Value

Type: OlapMember
The member if found, otherwise null.
Exceptions
ExceptionCondition
ArgumentException

uniqueName is null or empty.

See Also