Share via


Dashboard.GetParameterMapping Method (Microsoft.PerformancePoint.Scorecards)

Gets a parameter mapping.

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

Syntax

'Declaration
Public Function GetParameterMapping ( _
    parameterMappingId As Guid _
) As ParameterMapping
'Usage
Dim instance As Dashboard
Dim parameterMappingId As Guid
Dim returnValue As ParameterMapping

returnValue = instance.GetParameterMapping(parameterMappingId)
public ParameterMapping GetParameterMapping (
    Guid parameterMappingId
)

Parameters

  • parameterMappingId
    The ID of the parameter mapping.

See Also

Reference

Dashboard Class
Dashboard Members
Microsoft.PerformancePoint.Scorecards Namespace