Share via


Dashboard.GetParameterMapping method

NOTE: This API is now obsolete.

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
    Type: System.Guid

    The GUID of the parameter mapping.

Return value

Type: Microsoft.PerformancePoint.Scorecards.ParameterMapping

Remarks

To return a parameter mapping (inbound parameter), use the BIDataContainer.GetParameterMapping(Guid) method instead.

See also

Reference

Dashboard class

Dashboard members

Microsoft.PerformancePoint.Scorecards namespace