MemberCollection.ToTuple method
Converts this collection to a tuple.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function ToTuple As Tuple
'Usage
Dim instance As MemberCollection
Dim returnValue As Tuple
returnValue = instance.ToTuple()
public Tuple ToTuple()
Return value
Type: Microsoft.PerformancePoint.Scorecards.Tuple
A tuple that represents this collection of members.