LevelCollection.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 ( _
    uniqueName As String _
) As Level
    Get
'Usage
Dim instance As LevelCollection
Dim uniqueName As String
Dim value As Level

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

Parameters

Property Value

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

See Also

Reference

LevelCollection Class

LevelCollection Members

Item Overload

Microsoft.PerformancePoint.Scorecards Namespace