QueryResult.Add Method
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.