CellSetAxis.Tuples property
The tuples on the axis.
Namespace: Microsoft.PerformancePoint.Scorecards.ResultSet.ADOMDCellSet
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Tuples As Collection(Of ResultTuple)
Get
'Usage
Dim instance As CellSetAxis
Dim value As Collection(Of ResultTuple)
value = instance.Tuples
public override Collection<ResultTuple> Tuples { get; }
Property value
Type: System.Collections.ObjectModel.Collection<ResultTuple>
See also
Reference
Microsoft.PerformancePoint.Scorecards.ResultSet.ADOMDCellSet namespace