NameInfoCollection.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 Default Property Item ( _
    uniqueName As String _
) As NameInfo
    Get
'Usage
Dim instance As NameInfoCollection
Dim uniqueName As String
Dim value As NameInfo

value = instance(uniqueName)
public NameInfo this[
    string uniqueName
] { get; }

Parameters

Property value

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

See also

Reference

NameInfoCollection class

NameInfoCollection members

Item overload

Microsoft.PerformancePoint.Scorecards namespace