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

Drukuj

.NET Framework Class Library

ReservationListElement.StandardDocumentType Property

Standardowy typ dokumentu rezerwującego. Pole przyjmuje wartość pustą, jeżeli typ dokumentu nie jest jednym ze standardowych.

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 StandardDocumentType As Nullable(Of enumReservationDocumentType)
 Get
 Set

C#

public Nullable<enumReservationDocumentTypeStandardDocumentType { getset; }

Visual C++

public:
property Nullable<enumReservationDocumentTypeStandardDocumentType {
 Nullable<enumReservationDocumentTypeget ();
 void set (Nullable<enumReservationDocumentTypevalue);
}

JavaScript

function get_standardDocumentType();
function set_standardDocumentType(value);

See Also

ReservationListElement Class

ReservationListElement Members

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