DefaultDimensionSettingCollection.Item property (String)
Gets or sets the object with the specified name.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Default Property Item ( _
uniqueName As String _
) As DefaultDimensionSetting
Get
Set
'Usage
Dim instance As DefaultDimensionSettingCollection
Dim uniqueName As String
Dim value As DefaultDimensionSetting
value = instance(uniqueName)
instance(uniqueName) = value
public DefaultDimensionSetting this[
string uniqueName
] { get; set; }
Parameters
uniqueName
Type: System.StringThe unique name.
Property value
Type: Microsoft.PerformancePoint.Scorecards.DefaultDimensionSetting
The object with the specified name.
See also
Reference
DefaultDimensionSettingCollection class