SPDataStore.GetAnnotationByID Method
NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.GetAnnotationByID(Guid) method instead.
Gets an annotation by its GUID.
Namespace: Microsoft.PerformancePoint.Scorecards.Store
Assembly: Microsoft.PerformancePoint.Scorecards.Store (in Microsoft.PerformancePoint.Scorecards.Store.dll)
Syntax
'Declaration
Public Function GetAnnotationByID ( _
annotationID As Guid _
) As Annotation
'Usage
Dim instance As SPDataStore
Dim annotationID As Guid
Dim returnValue As Annotation
returnValue = instance.GetAnnotationByID(annotationID)
public Annotation GetAnnotationByID(
Guid annotationID
)
Parameters
annotationID
Type: System.GuidThe GUID of the annotation.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Annotation
Implements
IBIMonitoringStore.GetAnnotationByID(Guid)