NewsRequest.Offset (Bing, Version 2.0)

Specifies the offset requested, from zero, for the starting point of the result set to be returned for this NewsRequest.

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

Remarks

The offset specifies the requested position in the result set for the response that is returned for this SourceType. Valid values are between 0 and 1 less than the total number of results.

Note: This property is only applicable when a value is sent for SearchRequest.Query.

See Also

Concepts

News SourceType Code Samples