ParameterMappingCollection.Add Method (Microsoft.PerformancePoint.Scorecards)
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Public Function Add ( _
value As ParameterMapping _
) As Integer
'Usage
Dim instance As ParameterMappingCollection
Dim value As ParameterMapping
Dim returnValue As Integer
returnValue = instance.Add(value)
public int Add (
ParameterMapping value
)
Parameters
- value
Remarks
SeeCollectionBaseclass.
See Also
Reference
ParameterMappingCollection Class
ParameterMappingCollection Members
Microsoft.PerformancePoint.Scorecards Namespace