ConfiguredView.StatusFilters Property
Gets or sets the list of status filters that can be applied to the scorecard.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property StatusFilters As StatusFilterCollection
Get
Set
'Usage
Dim instance As ConfiguredView
Dim value As StatusFilterCollection
value = instance.StatusFilters
instance.StatusFilters = value
public StatusFilterCollection StatusFilters { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.StatusFilterCollection
The list of status filters that can be applied to the scorecard.