Sage.PL.WebAPI.Interface.Reservations.ViewModels Namespace > ReservationNew Class > ReservationNew Properties > Type Property 

Drukuj

.NET Framework Class Library

ReservationNew.Type Property

Typ rezerwacji. Odpowiednik pola [typrzrw] z obiektu BRezerwacja. Pole jest wymagane.

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 Type As enumDocumentReservationType
 Get
 Set

C#

public enumDocumentReservationType Type { getset; }

Visual C++

public:
property enumDocumentReservationType Type {
 enumDocumentReservationType get ();
 void set (enumDocumentReservationType value);
}

JavaScript

function get_type();
function set_type(value);

See Also

ReservationNew Class

ReservationNew Members

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