VideoResponse.Offset Property (Bing, Version 2.1)

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

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

Remarks

Typically, Offset is used in conjunction with the Count field on the VideoRequest object, and the Total field on the VideoResponse object, to facilitate paging through long lists of results.

See Also

Concepts

Video SourceType (Bing, Version 2.x)