AllowMonitoring property
Sets or returns whether monitoring is enabled for a facility.
Syntax
C++
HRESULT get_AllowMonitoring(VARIANT_BOOL*
pAllowMonitoring)
HRESULT put_AllowMonitoring(VARIANT_BOOL
myAllowMonitoring)
Scripting languages
Boolean = Facility.AllowMonitoring
Facility.AllowMonitoring = Boolean
Legal values
Value |
Description |
TRUE |
Updates to eRooms are monitored in the facility. |
FALSE |
There is no monitoring of updates to eRooms in the facility, even if
members select Taskbar notification in the eRoom Monitor. |
Remarks
When AllowMonitoring is set to FALSE, there is no monitoring of updates
to eRooms in the facility, even if members select Taskbar notification
in the eRoom Monitor. |