Share via


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

See also

Reference

QueryResult class

QueryResult members

Microsoft.PerformancePoint.Scorecards namespace