Features_HotelRoom_List Method |  |
Načítanie zoznamu izieb hotela, podľa nastavenia webovej služby.
Namespace: Exa.OBERON.Services.OBERONAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.0)
Syntaxpublic ExaException Room_List(
ref Hotel_Room[] urf_RoomList
)
Public Function Room_List (
ByRef urf_RoomList As Hotel_Room()
) As ExaException
Dim instance As Features_Hotel
Dim urf_RoomList As Hotel_Room()
Dim returnValue As ExaException
returnValue = instance.Room_List(urf_RoomList)
Parameters
- urf_RoomList Hotel_Room
-
Return Value
ExaException
See Also