Sage.PL.WebAPI.Interface.Warehouse.ViewModels Namespace > WarehouseDocumentPositionDelivery Class > WarehouseDocumentPositionDelivery Properties > ReservationId Property 

Drukuj

.NET Framework Class Library

WarehouseDocumentPositionDelivery.ReservationId Property

Id rezerwacji. Pole uzupełnione tylko dla dokumentów rozchodowych w buforze.

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

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

Syntax

Visual Basic

Public Property ReservationId As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intReservationId { getset; }

Visual C++

public:
property Nullable<intReservationId {
 Nullable<intget ();
 void set (Nullable<intvalue);
}

JavaScript

function get_reservationId();
function set_reservationId(value);

See Also

WarehouseDocumentPositionDelivery Class

WarehouseDocumentPositionDelivery Members

Sage.PL.WebAPI.Interface.Warehouse.ViewModels Namespace