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

Drukuj

.NET Framework Class Library

Page(T).PreviousPage Property

Pole reprezentujące odnośnik do poprzedniej 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 PreviousPage As String
 Get
 Set

C#

public string PreviousPage { getset; }

Visual C++

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

JavaScript

function get_previousPage();
function set_previousPage(value);

See Also

Page(T) Class

Page(T) Members

Sage.PL.WebAPI.Interface.ViewModels Namespace