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