FindByPropertySpecification.Filter Property
FindByPropertySpecification.Filter Property
The filter (FindFilter object) to apply to the results; that is, the specific entity type, properties, and values that the returned results must match. Required.
Public Filter As FindFilter
[C#]
public FindFilter Filter;
Remarks
The Filter property is used with the specification parameter of the FindByProperty method.
The Filter property is required. If not provided, a SOAP fault is returned.
See Also
FindByPropertySpecification Class | FindByProperty Method | FindFilter Class