PmService.GetScorecard Method (Microsoft.PerformancePoint.Scorecards.Server)

Gets the latest version of a scorecard.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetScorecard ( _
    guid As Guid _
) As Scorecard
'Usage
Dim instance As PmService
Dim guid As Guid
Dim returnValue As Scorecard

returnValue = instance.GetScorecard(guid)
[WebMethodAttribute] 
public Scorecard GetScorecard (
    Guid guid
)

Parameters

  • guid
    The ID of the scorecard.

Return Value

A collection of scorecards.

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards.Server Namespace