CashRegisterGroupsListDataItems Property |  |
Zoznam skladových skupín.
Namespace: Exa.OBERON.ServicesCashRegisterGen2.Stock.Common.CashRegisterGroupsAssembly: Exa.OBERON.ServicesCashRegisterGen2 (in Exa.OBERON.ServicesCashRegisterGen2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<CashRegisterGroup> Items { get; set; }Public Property Items As List(Of CashRegisterGroup)
Get
Set
Dim instance As CashRegisterGroupsListData
Dim value As List(Of CashRegisterGroup)
value = instance.Items
instance.Items = value
Property Value
ListCashRegisterGroup
See Also