Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the URI representing the next page link.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property NextPageLink As Uri
Get
Set
'Usage
Dim instance As ODataFeed
Dim value As Uri
value = instance.NextPageLink
instance.NextPageLink = value
public Uri NextPageLink { get; set; }
public:
property Uri^ NextPageLink {
Uri^ get ();
void set (Uri^ value);
}
member NextPageLink : Uri with get, set
function get NextPageLink () : Uri
function set NextPageLink (value : Uri)
Property Value
Type: System.Uri
The URI representing the next page link.