HotelAccountsListDataItems Property |  |
Zoznam hotelových účtov.
Namespace: Exa.OBERON.ServicesCashRegisterGen2.Hotel.HotelAccountsAssembly: Exa.OBERON.ServicesCashRegisterGen2 (in Exa.OBERON.ServicesCashRegisterGen2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<HotelAccount> Items { get; set; }Public Property Items As List(Of HotelAccount)
Get
Set
Dim instance As HotelAccountsListData
Dim value As List(Of HotelAccount)
value = instance.Items
instance.Items = value
Property Value
ListHotelAccount
See Also