Share via


ParameterizableControl.ParameterValuesIndex Property (Microsoft.PerformancePoint.Scorecards.Server.Extensions)

This contains a dictionary of DataTable instances, keyed by MappingId, containing the GetParameterDisplayData result for each item in the ParameterMessageIndex.

Namespace: Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
Public ReadOnly Property ParameterValuesIndex As Dictionary(Of Guid, DataTable)
'Usage
Dim instance As ParameterizableControl
Dim value As Dictionary(Of Guid, DataTable)

value = instance.ParameterValuesIndex
public Dictionary<Guid,DataTable> ParameterValuesIndex { get; }

See Also

Reference

ParameterizableControl Class
ParameterizableControl Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace