ReservationGuestsDeleteArgGuestGuids Field |  |
Zoznam jednoznačných dentifikátorov hostí rezervácie pre vymazanie (typ GUID). Identifikátory je možné načítať metódou 'GetHotel_Guests'.
Namespace: Exa.OBERON.Services.OBERON.HotelReservationsAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.0)
Syntaxpublic List<string> GuestGuids
Public GuestGuids As List(Of String)
Dim instance As ReservationGuestsDeleteArg
Dim value As List(Of String)
value = instance.GuestGuids
instance.GuestGuids = value
Field Value
ListString
See Also