Share via


ParameterMappingCollection.Item Property (Microsoft.PerformancePoint.Scorecards)

The indexer returns or sets the item at the specified index in this collection.

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

Syntax

'Declaration
Public Default Property Item ( _
    index As Integer _
) As ParameterMapping
'Usage
Dim instance As ParameterMappingCollection
Dim index As Integer
Dim value As ParameterMapping

value = instance(index)

instance(index) = value
public ParameterMapping this [
    int index
] { get; set; }

Parameters

  • index

See Also

Reference

ParameterMappingCollection Class
ParameterMappingCollection Members
Microsoft.PerformancePoint.Scorecards Namespace