PmServer.GetAllAnnotationsByScorecardID Method (Microsoft.PerformancePoint.Scorecards.Server)

Gets all annotations for a specific scorecard.

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

Syntax

'Declaration
Public Function GetAllAnnotationsByScorecardID ( _
    scorecardID As Guid _
) As AnnotationCollection
'Usage
Dim instance As PmServer
Dim scorecardID As Guid
Dim returnValue As AnnotationCollection

returnValue = instance.GetAllAnnotationsByScorecardID(scorecardID)
public AnnotationCollection GetAllAnnotationsByScorecardID (
    Guid scorecardID
)

Parameters

  • scorecardID
    The ID of the scorecard.

See Also

Reference

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