LookupField
A search string. If matchingMode is set to EQUALS, a search looks for the exact string. Otherwise, a wildcard match is attempted. If the value field is empty, the element is ignored.
Attributes | Type | Description | Optional | Default |
---|---|---|---|---|
matchingMode | LookupMatchingMode | Whether to match the exact string or a sub-string. | No | EQUALS |
value | String | The search string. | No |