Share via


PmService.GetAnnotation 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/GetAnnotation", RequestNamespace:="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace:="https://www.microsoft.com/performancepoint/scorecards", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetAnnotation ( _
    scorecardID As Guid, _
    tupleCollection As TupleCollection, _
    cellPath As String _
) As Annotation
'Usage
Dim instance As PmService
Dim scorecardID As Guid
Dim tupleCollection As TupleCollection
Dim cellPath As String
Dim returnValue As Annotation

returnValue = instance.GetAnnotation(scorecardID, tupleCollection, cellPath)
[SoapDocumentMethodAttribute("https://www.microsoft.com/performancepoint/scorecards/GetAnnotation", RequestNamespace="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace="https://www.microsoft.com/performancepoint/scorecards", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public Annotation GetAnnotation (
    Guid scorecardID,
    TupleCollection tupleCollection,
    string cellPath
)

Parameters

  • scorecardID
  • tupleCollection
  • cellPath

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace