ReceiveNoteStockInAmountUpdateArgItems Property | |
Zoznam hodnôt s fyzickými množstvami pre naskladnenie.
Namespace: Exa.OBERON.ServicesGen2.Stock.ReceiveNotesAssembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 4.5.0.0 (4.5.0.0)
Syntax public List<ReceiveNoteStockInAmountUpdateArgStockInAmountItem> Items { get; set; }
Public Property Items As List(Of ReceiveNoteStockInAmountUpdateArgStockInAmountItem)
Get
Set
Dim instance As ReceiveNoteStockInAmountUpdateArg
Dim value As List(Of ReceiveNoteStockInAmountUpdateArgStockInAmountItem)
value = instance.Items
instance.Items = value
Property Value
ListReceiveNoteStockInAmountUpdateArgStockInAmountItemSee Also