ToMatch is an optional search expression specifying the text to match against items being listed.
C#
public String ToMatch;
Remarks
For example, to list all field names starting with "A", you would set ListFlags to dtsListIndexFields and set ToMatch to "A*".
See Also