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.
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
key
Type: System.StringThe key of the object.
Property Value
Type: Microsoft.PerformancePoint.Scorecards.KpiMeasureValue
The object with the specified key.