ReleaseNoteStockOutAmountUpdateArgItems Property |  |
Zoznam hodnôt s fyzickými množstvami pre vyskladnenie.
Namespace: Exa.OBERON.ServicesGen2.Stock.ReleaseNotesAssembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 5.0.0.0 (5.0.0.0)
Syntaxpublic List<ReleaseNoteStockOutAmountUpdateArgStockOutAmountItem> Items { get; set; }
Public Property Items As List(Of ReleaseNoteStockOutAmountUpdateArgStockOutAmountItem)
Get
Set
Dim instance As ReleaseNoteStockOutAmountUpdateArg
Dim value As List(Of ReleaseNoteStockOutAmountUpdateArgStockOutAmountItem)
value = instance.Items
instance.Items = value
Property Value
ListReleaseNoteStockOutAmountUpdateArgStockOutAmountItem
See Also