The FindResults type exposes the following members.

Properties

  NameDescription
Error
If not null, the error returned by the find operation. Your code should check for a non-null value before attempting to access the features.
Results
The results returned from the FindTask operation. The value is an array of FindResult objects.

See Also