Share via


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

The index of ParameterMessage instances, keyed by MappingId.

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

Syntax

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

value = instance.ParameterMessageIndex
public Dictionary<Guid,ParameterMessage> ParameterMessageIndex { get; }

See Also

Reference

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