Share via


DimensionCollection.Item Property (String)

Gets an object by its unique 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 Dimension
    Get
'Usage
Dim instance As DimensionCollection
Dim uniqueName As String
Dim value As Dimension

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

Parameters

Property Value

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

See Also

Reference

DimensionCollection Class

DimensionCollection Members

Item Overload

Microsoft.PerformancePoint.Scorecards Namespace