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

Drukuj

.NET Framework Class Library

WarehouseDocumentBase.Warehouse Property

Magazyn, w którym ma zostać wystawiony dokument. Odpowiednik pola [dzial] z importu specjalnego.

Pole jest wymagane. W przypadku edycji wystawionego dokumentu zmiana magazynu jest niemożliwa.

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 Warehouse As String
 Get
 Set

C#

public string Warehouse { getset; }

Visual C++

public:
property StringWarehouse {
 Stringget ();
 void set (Stringvalue);
}

JavaScript

function get_warehouse();
function set_warehouse(value);

See Also

WarehouseDocumentBase Class

WarehouseDocumentBase Members

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