Share via


ActualValueCollection.Item Property (String)

Gets the object with the specified name.

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    name As String _
) As KpiMeasureValue
    Get
'Usage
Dim instance As ActualValueCollection
Dim name As String
Dim value As KpiMeasureValue

value = instance.Item(name)
public KpiMeasureValue this[
    string name
] { get; }

Parameters

Property Value

Type: Microsoft.PerformancePoint.Scorecards.KpiMeasureValue
The object with the specified name, if found; otherwise a null reference (Nothing in Visual Basic).

See Also

Reference

ActualValueCollection Class

ActualValueCollection Members

Item Overload

Microsoft.PerformancePoint.Scorecards Namespace