Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an object to the dictionary.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub Add ( _
key As String, _
value As KpiMeasureValue _
)
'Usage
Dim instance As QueryResult
Dim key As String
Dim value As KpiMeasureValue
instance.Add(key, value)
public void Add(
string key,
KpiMeasureValue value
)
Parameters
key
Type: System.StringThe key of the object.
value
Type: Microsoft.PerformancePoint.Scorecards.KpiMeasureValueThe object to add.