FilterCollection Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of filters.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<Filter>
System.Collections.ObjectModel.KeyedCollection<RepositoryLocation, Filter>
Microsoft.PerformancePoint.Scorecards.FirstClassElementCollectionBase<FilterCollection, Filter>
Microsoft.PerformancePoint.Scorecards.FilterCollection
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class FilterCollection _
Inherits FirstClassElementCollectionBase(Of FilterCollection, Filter)
'Usage
Dim instance As FilterCollection
[SerializableAttribute]
public class FilterCollection : FirstClassElementCollectionBase<FilterCollection, Filter>
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.