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