IBIMonitoringServiceApplicationProxy.GetAnnotationByID Method

Gets an annotation by its GUID.

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

Syntax

'Declaration
Function GetAnnotationByID ( _
    annotationID As Guid _
) As Annotation
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim annotationID As Guid
Dim returnValue As Annotation

returnValue = instance.GetAnnotationByID(annotationID)
Annotation GetAnnotationByID(
    Guid annotationID
)

Parameters

  • annotationID
    Type: System.Guid

    The GUID of the annotation to retrieve.

Return Value

Type: Microsoft.PerformancePoint.Scorecards.Annotation
The annotation with the specified GUID.

See Also

Reference

IBIMonitoringServiceApplicationProxy Interface

IBIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace