The following example demonstrates getting a list of processes based on a specific property value. The query targets all processes that contain the property "Company Name", and with a specific property value of "Square 9 Softworks".
var processes = Database.GetProcessesByProperty("Company Name", "Square 9 Softworks", PropertyComparator.Equals);
CODE
Remarks
The PropertyComparator enum enables a variety of different logical comparisons between property values.
If the parameters result in zero Processes found, an empty list will be returned.
JavaScript errors detected
Please note, these errors can depend on your browser setup.
If this problem persists, please contact our support.