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
uniqueName
Type: System.StringThe unique name of the object.
Property Value
Type: Microsoft.PerformancePoint.Scorecards.Dimension
The object with the specified unique name, if found; otherwise a null reference (Nothing in Visual Basic).