StatusFilter class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents an indicator status filter.

Inheritance hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.StatusFilter

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class StatusFilter _
    Implements IValidate, ICloneable, IDiffable
'Usage
Dim instance As StatusFilter
[SerializableAttribute]
public class StatusFilter : IValidate, 
    ICloneable, IDiffable

Remarks

Defines whether a key performance indicator (KPI) can be filtered by the target indicator status.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

StatusFilter members

Microsoft.PerformancePoint.Scorecards namespace