Sage.PL.WebAPI.Interface.ViewModels Namespace > Page(T) Class > Page(T) Properties > NextPage Property 

Drukuj

.NET Framework Class Library

Page(T).NextPage Property

Pole reprezentujące odnośnik do następnej strony jeśli takowa istnieje.

Namespace: Sage.PL.WebAPI.Interface.ViewModels

Assembly:  Sage.PL.WebAPI.Interface (in Sage.PL.WebAPI.Interface.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property NextPage As String
 Get
 Set

C#

public string NextPage { getset; }

Visual C++

public:
property StringNextPage {
 Stringget ();
 void set (Stringvalue);
}

JavaScript

function get_nextPage();
function set_nextPage(value);

See Also

Page(T) Class

Page(T) Members

Sage.PL.WebAPI.Interface.ViewModels Namespace