Share via


MemberCollection.GetByUniqueName method

Returns the object with the specified unique name.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function GetByUniqueName ( _
    uniqueName As String _
) As Member
'Usage
Dim instance As MemberCollection
Dim uniqueName As String
Dim returnValue As Member

returnValue = instance.GetByUniqueName(uniqueName)
public Member GetByUniqueName(
    string uniqueName
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.Member
The specified object, or a null reference (Nothing in Visual Basic) if not found.

See also

Reference

MemberCollection class

MemberCollection members

Microsoft.PerformancePoint.Scorecards namespace