Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
uniqueName
Type: System.StringThe unique name of the object.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Member
The specified object, or a null reference (Nothing in Visual Basic) if not found.