WebPartContext.ProviderParameterSelections property
Gets or sets a wrapper of the currently selected provider parameter output values.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Property ProviderParameterSelections As DictionaryWrapper(Of String, List(Of String))
Get
Set
'Usage
Dim instance As WebPartContext
Dim value As DictionaryWrapper(Of String, List(Of String))
value = instance.ProviderParameterSelections
instance.ProviderParameterSelections = value
public DictionaryWrapper<string, List<string>> ProviderParameterSelections { get; set; }
Property value
Type: Microsoft.PerformancePoint.Scorecards.DictionaryWrapper<String, List<String>>
A wrapper of the currently selected provider parameter output values.
Remarks
This dictionary can be used to render the Web Part control. This information is typically used when the control is using provider parameter selections as the view state.