DataServiceQueryContinuation.NextLinkUri Property

Definition

Gets the URI that is used to return the next page of data from a paged query result.

public:
 property Uri ^ NextLinkUri { Uri ^ get(); };
public Uri NextLinkUri { get; }
member this.NextLinkUri : Uri
Public ReadOnly Property NextLinkUri As Uri

Property Value

Uri

A URI that returns the next page of data.

Applies to

See also