Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the URI that is used to return the next page of data from a paged query result.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property NextLinkUri As Uri
Get
'Usage
Dim instance As DataServiceQueryContinuation
Dim value As Uri
value = instance.NextLinkUri
public Uri NextLinkUri { get; }
public:
property Uri^ NextLinkUri {
Uri^ get ();
}
member NextLinkUri : Uri
function get NextLinkUri () : Uri
Property Value
Type: System.Uri
A URI that returns the next page of data.
See Also
Reference
DataServiceQueryContinuation Class
System.Data.Services.Client Namespace