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 next page link of the feed. This link should point to the next page of results.
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property NextPageLink As AtomLinkMetadata
Get
Set
'Usage
Dim instance As AtomFeedMetadata
Dim value As AtomLinkMetadata
value = instance.NextPageLink
instance.NextPageLink = value
public AtomLinkMetadata NextPageLink { get; set; }
public:
property AtomLinkMetadata^ NextPageLink {
AtomLinkMetadata^ get ();
void set (AtomLinkMetadata^ value);
}
member NextPageLink : AtomLinkMetadata with get, set
function get NextPageLink () : AtomLinkMetadata
function set NextPageLink (value : AtomLinkMetadata)
Property Value
Type: Microsoft.Data.OData.Atom.AtomLinkMetadata