WebPartContextUpdate.LegacyFilterSelections Property
Gets a collection of values that represent the filter selections received from external providers.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public ReadOnly Property LegacyFilterSelections As IList(Of BIData)
Get
'Usage
Dim instance As WebPartContextUpdate
Dim value As IList(Of BIData)
value = instance.LegacyFilterSelections
public IList<BIData> LegacyFilterSelections { get; }
Property Value
Type: System.Collections.Generic.IList<BIData>
A collection of values that represent the filter selections received from external providers.