IBpm.GetScorecardHistory Method (Microsoft.PerformancePoint.Scorecards)

Gets a collection of all versions of a scorecard.

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

Syntax

'Declaration
Function GetScorecardHistory ( _
    guid As Guid _
) As ScorecardHistoryCollection
'Usage
Dim instance As IBpm
Dim guid As Guid
Dim returnValue As ScorecardHistoryCollection

returnValue = instance.GetScorecardHistory(guid)
ScorecardHistoryCollection GetScorecardHistory (
    Guid guid
)

Parameters

  • guid
    The ID of the scorecard.

Return Value

A collection of scorecards.

See Also

Reference

IBpm Interface
IBpm Members
Microsoft.PerformancePoint.Scorecards Namespace