Compartir a través de


ODataEntityReferenceLinks.NextPageLink Propiedad

Obtiene o establece el vínculo siguiente opcional de la colección $links.

Espacio de nombres:  Microsoft.Data.OData
Ensamblado:  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Sintaxis

'Declaración
Public Property NextPageLink As Uri
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Uri
Vínculo siguiente opcional de la colección $links.

Vea también

Referencia

ODataEntityReferenceLinks Clase

Espacio de nombres Microsoft.Data.OData