NewsResponse.Offset (Bing, Version 2.0)

Returns the actual offset, from zero, for the starting point of the result set that is returned from the corresponding NewsRequest.

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

Remarks

Typically, Offset is used to facilitate paging through long lists of results.

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

See Also

Concepts

News SourceType Code Samples