Tuple.DimensionMembers property
Gets the collection of dimension members in this tuple.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public ReadOnly Property DimensionMembers As MemberCollection
Get
'Usage
Dim instance As Tuple
Dim value As MemberCollection
value = instance.DimensionMembers
public MemberCollection DimensionMembers { get; }
Property value
Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The collection of dimension members in this tuple.