NewsResponse.Results (Bing, Version 2.0)

Array of results returned for this NewsRequest.

<XmlArrayItemAttribute(IsNullable=False)> _  
Public Property Results() As NewsResult()
End Property
[XmlArrayItemAttribute(IsNullable=false)] 
public NewsResult[] Results { get; set; }

Remarks

The default number of results per response is 10.

See Also

Concepts

News SourceType Code Samples