Filter Class

A helper class that is used to express and build a query that is sent to Project Server.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Project.Server.Library.Filter

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class Filter _
    Implements ICloneable
'Usage
Dim instance As Filter
[SerializableAttribute]
public class Filter : ICloneable

Remarks

For an example of using the Filter object, see the GetResourceFilter method in the code example for the CreateResources method.

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

Filter Members

Microsoft.Office.Project.Server.Library Namespace