Share via


ScorecardHistoryCollection.Item Property (Microsoft.PerformancePoint.Scorecards)

Gets to sets the scorecard at the supplied index.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Overridable Default Property Item ( _
    index As Integer _
) As Scorecard
'Usage
Dim instance As ScorecardHistoryCollection
Dim index As Integer
Dim value As Scorecard

value = instance(index)

instance(index) = value
public virtual Scorecard this [
    int index
] { get; set; }

Parameters

  • index

See Also

Reference

ScorecardHistoryCollection Class
ScorecardHistoryCollection Members
Microsoft.PerformancePoint.Scorecards Namespace