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

Drukuj

.NET Framework Class Library

AdvancedReservationNew.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 Short
 Get
 Set

C#

public short DocumentType { getset; }

Visual C++

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

JavaScript

function get_documentType();
function set_documentType(value);

See Also

AdvancedReservationNew Class

AdvancedReservationNew Members

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