ImageResponse.Offset Property (Bing, Version 2.0)
Returns the actual offset, from zero, for the starting point of the result set that is returned from the corresponding ImageRequest.
Public Property Offset As UInt32
public UInt32 Offset { get; set; }
Remarks
Typically, Offset is used in conjunction with the Count field on the ImageRequest object, and the Total field on the ImageResponse object, to facilitate paging through long lists of results.
See Also
Concepts
Image SourceType (Bing, Version 2.0)
Image SourceType Code Samples