Contents

criteria

The information to use when performing the search.

Declaration

var criteria: Self.Criteria { get set }

Discussion

Use this property to get the search terms or other criteria to use when you perform a search. You specify the search criteria you support when you define your custom type. For example, set the type of this property to StringSearchCriteria to match items against a string value.

See Also

Defining the search criteria