Share via


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

Gets an annotation by its ID.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetAnnotationByID ( _
    annotationID As Guid _
) As Annotation
'Usage
Dim instance As PmService
Dim annotationID As Guid
Dim returnValue As Annotation

returnValue = instance.GetAnnotationByID(annotationID)
[WebMethodAttribute] 
public Annotation GetAnnotationByID (
    Guid annotationID
)

Parameters

  • annotationID
    The ID of the annotation to retrieve.

Return Value

The annotation instance.

See Also

Reference

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