Share via


MemberCollection.ToString method

Returns a string representation of this collection.

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

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As MemberCollection
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return value

Type: System.String
A comma-delimited list of member unique names.

See also

Reference

MemberCollection class

MemberCollection members

Microsoft.PerformancePoint.Scorecards namespace