Compartilhar 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 Property Item ( _
    key As String _
) As KpiMeasureValue
    Get
    Set
'Usage
Dim instance As QueryResult
Dim key As String
Dim value As KpiMeasureValue

value = instance.Item(key)

instance.Item(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