PropertyTests interface
Office 2013 and later
A collection of PropertyTest objects that represent all the search criteria of a file search. Search criteria are listed in the Advanced Find dialog box (File menu, Open command, Advanced Find button).
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Use the PropertyTests property to return the PropertyTests collection.
Use the Add method to add a new PropertyTest object to the PropertyTests collection.
Use PropertyTests(index), where index is the index number, to return a single PropertyTest object.
Show: