Share via


QueryResult.Item property

Gets or sets the object with the specified key.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Default Property Item ( _
    key As String _
) As KpiMeasureValue
    Get
    Set
'Usage
Dim instance As QueryResult
Dim key As String
Dim value As KpiMeasureValue

value = instance(key)

instance(key) = value
public KpiMeasureValue this[
    string key
] { get; set; }

Parameters

Property value

Type: Microsoft.PerformancePoint.Scorecards.KpiMeasureValue
The object with the specified key.

See also

Reference

QueryResult class

QueryResult members

Microsoft.PerformancePoint.Scorecards namespace