NewsRequest.Count Property (Bing, Version 2.0)

Specifies the number of NewsResult objects to return for a request that specifies the News SourceType.

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

Remarks

The default value for News.Count is 10, the minimum value is 1, and the maximum value is 15. Any value outside this range returns an error.

See Also

Concepts

News SourceType (Bing, Version 2.0)
News SourceType Code Samples