Share via


VideoRequest.Count Property (Bing, Version 2.x)

Specifies the number of results to return per VideoRequest.

Public Property Count As UInt32
public UInt32 Count { get; set; }

Remarks

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

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

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

See Also

Concepts

Video SourceType (Bing, Version 2.x)