PropertyFilter Class
First Added:Â GlobalCapture 2.3.0.124
Represents a process filter by property.
public class PropertyFilter : ProcessFilter
Example
The following example demonstrates constructing a PropertyFilter that matches the name "John".
var propertyFilter = new PropertyFilter("Name", "John", PropertyComparator.Equals);