Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an annotation by its GUID.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function GetAnnotationByID ( _
annotationID As Guid _
) As Annotation
'Usage
Dim instance As IBIMonitoringStore
Dim annotationID As Guid
Dim returnValue As Annotation
returnValue = instance.GetAnnotationByID(annotationID)
Annotation GetAnnotationByID(
Guid annotationID
)
Parameters
annotationID
Type: System.GuidThe GUID of the annotation.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Annotation
The annotation with the specified GUID.