0 out of 2 rated this helpful - Rate this topic

WebRequest.Count Property (Bing, Version 2.0)

Bing Services

Specifies the number of results to return per WebRequest.


Public Property Count As UInt32

If the number of results per page requested in the WebRequest.Count field is greater than the total number of results returned in the WebResponse.Total field, the number of results per page will be equal to the total number of results.

The minimum value for Count is 1; the maximum value is 50. If a value outside this range is specified, the Bing API returns an error.

Search results are limited to the first 1,000 results. This means that the total of WebRequest.Count plus WebRequest.Offset should not be greater than 1,000.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.