TargetValueCollection.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 TargetValue
Get
'Usage
Dim instance As TargetValueCollection
Dim name As String
Dim value As TargetValue
value = instance.Item(name)
public TargetValue this[
string name
] { get; }
Parameters
name
Type: System.StringThe specified name.
Property Value
Type: Microsoft.PerformancePoint.Scorecards.TargetValue
The object with the specified name, if found; otherwise, a null reference (Nothing in Visual Basic).