Compartir a través de


ODataFeed.NextPageLink Propiedad

Obtiene o establece el URI que representa el vínculo de página siguiente.

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

Valor de la propiedad

Tipo: System.Uri
El URI que representa el vínculo de página siguiente.

Vea también

Referencia

ODataFeed Clase

Espacio de nombres Microsoft.Data.OData