Share via


IBIMonitoringStore.DeleteAnnotation Method

Deletes an annotation.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Sub DeleteAnnotation ( _
    annotationID As Guid _
)
'Usage
Dim instance As IBIMonitoringStore
Dim annotationID As Guid

instance.DeleteAnnotation(annotationID)
void DeleteAnnotation(
    Guid annotationID
)

Parameters

  • annotationID
    Type: System.Guid

    The GUID of the annotation to delete.

See Also

Reference

IBIMonitoringStore Interface

IBIMonitoringStore Members

Microsoft.PerformancePoint.Scorecards Namespace