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.GuidThe GUID of the annotation to delete.