Filter Property
Description
The TDFilter object for the factory.
Property type
Read-only property
Syntax
Visual Basic
Public Property Filter As Object
Remarks

When TS_SUBJECT is used as one of the filter fields, the subject is the full path to the test in the tree, including the root node. For example:

TestFilter.Filter("TS_SUBJECT") = "Subject\Folder1\Subfolder2"

See Also