Partager via


Propriété ODataFeed.NextPageLink

Obtient ou définit l'URI représentant le lien de la page suivante.

Espace de noms :  Microsoft.Data.OData
Assembly :  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Syntaxe

'Déclaration
Public Property NextPageLink As Uri
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Uri
URI représentant le lien de la page suivante.

Voir aussi

Référence

ODataFeed Classe

Espace de noms Microsoft.Data.OData