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

Deletes an annotation.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub DeleteAnnotation ( _
    annotationID As Guid _
)
'Usage
Dim instance As PmService
Dim annotationID As Guid

instance.DeleteAnnotation(annotationID)
[WebMethodAttribute] 
public void DeleteAnnotation (
    Guid annotationID
)

Parameters

  • annotationID
    The ID of the annotation to delete.

See Also

Reference

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