Rooms Property

This property is implemented by the following interfaces. Click one of the links below to jump to the description of the property as it pertains to that interface.

IERUFacility
IERUFacilitySearch

 
 

 

Rooms property

Returns an IERUCollection interface pointer to the collection of eRooms that are visible to the logged-in user.

Syntax


C++

HRESULT get_Rooms(IERUCollection** pRooms)

Scripting languages

Set value = Facility.Rooms

Remarks


Rooms in the returned collection are not automatically synchronized with the eRoom Server. Use the Synchronize method to brings down the latest changes from the server.

Home

Applies to

IERUFacility

 

 

Go to Top

 

Rooms property

Returns an IERUCollection interface pointer to the collection of Rooms to search.

Syntax


C++

HRESULT get_Rooms(IERUCollection** ppRooms)

Scripting languages

Set myRooms = object.Rooms

Remarks


The collection that Rooms returns contains IERURoom interface pointers.

If the collection is empty, all Rooms the current User can access are searched. If the collection is not empty, only the Rooms in the collection would be searched.

Go to Top

Home

Applies to

IERUFacilitySearch