BillJournalListDataItems Property |  |
Obsahuje zoznam načítaných záznamov (bločkov).
Namespace: Exa.OBERON.ServicesCashRegisterGen2.CashRegister.BillJournalAssembly: Exa.OBERON.ServicesCashRegisterGen2 (in Exa.OBERON.ServicesCashRegisterGen2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<BillJournal> Items { get; set; }Public Property Items As List(Of BillJournal)
Get
Set
Dim instance As BillJournalListData
Dim value As List(Of BillJournal)
value = instance.Items
instance.Items = value
Property Value
ListBillJournal
See Also