Share via


PageResult.NextPageLink Property

 

Gets the link for the next page of items in the feed.

Namespace:   System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

[DataMemberAttribute]
public Uri NextPageLink {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
[DataMemberAttribute]
property Uri^ NextPageLink {
    [CompilerGeneratedAttribute]
    Uri^ get();
    [CompilerGeneratedAttribute]
    private: void set(Uri^ value);
}
[<DataMemberAttribute>]
member NextPageLink : Uri with get, private set
<DataMemberAttribute>
Public Property NextPageLink As Uri
    Get
    Private Set
End Property

Property Value

Type: System.Uri

See Also

PageResult Class
System.Web.Http.OData Namespace

Return to top