Share via


SearchOptions.Count Property

 

An int specifying the number of search results to return. Optional. The default value is 10. Set this property before making a service request.

Syntax

public int Count { set; get; }
Public Property Count As Integer

Remarks

The Count property minimum value is 1 and the maximum value is 25.

Use the Count property and the SearchOptions.StartingIndex Property to return search results in batches.