Sage.PL.WebAPI.Interface.InventoryStates.ViewModels Namespace > InventoryState Class > InventoryState Properties > AmountInStore Property 

Drukuj

.NET Framework Class Library

InventoryState.AmountInStore Property

Stan towaru w magazynie - suma przyjęć i wydań z magazynu.

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

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

Syntax

Visual Basic

Public Property AmountInStore As Decimal
 Get
 Set

C#

public decimal AmountInStore { getset; }

Visual C++

public:
property Decimal AmountInStore {
 Decimal get ();
 void set (Decimal value);
}

JavaScript

function get_amountInStore();
function set_amountInStore(value);

See Also

InventoryState Class

InventoryState Members

Sage.PL.WebAPI.Interface.InventoryStates.ViewModels Namespace