ShowInFacilityList property
Sets or returns whether the Room appears in the Directory of eRooms
listing.
Syntax
C++
HRESULT get_ShowInFacilityList(VARIANT_BOOL*
pShowInFacilityList)
HRESULT put_ShowInFacilityList(VARIANT_BOOL
MyShowInFacilityList)
Scripting languages
value = Room.ShowInFacilityList
Room.ShowInFacilityList = value
|