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

Drukuj

.NET Framework Class Library

WarehouseDocumentBase.WarehouseRegistry Property

Rejestr magazynowy. Odpowiednik pola [rejestrVAT] z importu specjalnego.

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

C#

public string WarehouseRegistry { getset; }

Visual C++

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

JavaScript

function get_warehouseRegistry();
function set_warehouseRegistry(value);

See Also

WarehouseDocumentBase Class

WarehouseDocumentBase Members

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