Filter

Filter class

Represents a filter in Project.

The Filter type exposes the following members:

Constructors

NameDescription
Filter()Initializes a new instance of the Filter class

Properties

NameDescription
filter_typeGets the type of the filter.
nameGets or sets the name of a Filter object.
show_in_menuGets or sets a value indicating whether project shows the filter name in the Filter drop-down list on the View tab of the Ribbon.
show_related_summary_rowsGets or sets a value indicating whether related summary rows are displayed for the filter.
indexGets the index of a
uidGets the unique identifier of a filter.
criteriaGets or sets the criteria that tasks or resources must meet to be displayed in MSP view.

Methods

NameDescription
compare_to(other)Compares this instance to the specified instance of the
equals(other)Returns a value indicating whether this instance is equal to the specified AssignmentBaseline object.

See Also