BIDataContainer.ProviderParameterSelections Property
Gets the currently selected parameter values.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public ReadOnly Property ProviderParameterSelections As DictionaryWrapper(Of String, List(Of String))
Get
'Usage
Dim instance As BIDataContainer
Dim value As DictionaryWrapper(Of String, List(Of String))
value = instance.ProviderParameterSelections
public DictionaryWrapper<string, List<string>> ProviderParameterSelections { get; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.DictionaryWrapper<String, List<String>>
The currently selected parameter values.