Share via


PmService.GetAnnotationByID Method (Microsoft.PerformancePoint.Scorecards)

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://www.microsoft.com/performancepoint/scorecards/GetAnnotationByID", RequestNamespace:="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace:="https://www.microsoft.com/performancepoint/scorecards", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetAnnotationByID ( _
    annotationID As Guid _
) As Annotation
'Usage
Dim instance As PmService
Dim annotationID As Guid
Dim returnValue As Annotation

returnValue = instance.GetAnnotationByID(annotationID)
[SoapDocumentMethodAttribute("https://www.microsoft.com/performancepoint/scorecards/GetAnnotationByID", RequestNamespace="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace="https://www.microsoft.com/performancepoint/scorecards", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public Annotation GetAnnotationByID (
    Guid annotationID
)

Parameters

  • annotationID

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace