Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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