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 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