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.

See also

Reference

BIDataContainer class

BIDataContainer members

Microsoft.PerformancePoint.Scorecards namespace