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

value = instance(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