Remove Method
Applies To
PropertyTests collection object.
Description
Removes a PropertyTest object from the PropertyTests collection.
Syntax
expression.Remove(lndex)
expression Required. An expression that returns a PropertyTests object.
lndex Required Long. The index number of the property test to remove.
Example
This example removes the first search criterion from the collection.
Application.FileSearch.PropertyTests.Remove(1)