Sage.PL.WebAPI.Interface.Reservations.ViewModels Namespace > ReservationListElement Class > ReservationListElement Properties > DocumentType Property 

Drukuj

.NET Framework Class Library

ReservationListElement.DocumentType Property

Typ dokumentu rezerwującego.

Namespace: Sage.PL.WebAPI.Interface.Reservations.ViewModels

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

Syntax

Visual Basic

Public Property DocumentType As Integer
 Get
 Set

C#

public int DocumentType { getset; }

Visual C++

public:
property int DocumentType {
 int get ();
 void set (int value);
}

JavaScript

function get_documentType();
function set_documentType(value);

See Also

ReservationListElement Class

ReservationListElement Members

Sage.PL.WebAPI.Interface.Reservations.ViewModels Namespace