Partager via


Propriété ODataEntityReferenceLinks.NextPageLink

Obtient ou définit le lien suivant facultatif de la collection $links.

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 ODataEntityReferenceLinks
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
Lien suivant facultatif de la collection $links.

Voir aussi

Référence

ODataEntityReferenceLinks Classe

Espace de noms Microsoft.Data.OData