ShowOrganizationInTopics property
Returns or sets whether the eRoom user interface should display the
organization names of users next to their user names in topics.
Syntax
C++
HRESULT get_ShowOrganizationInTopics(VARIANT_BOOL*
pShowOrganizationInTopics)
HRESULT put_ShowOrganizationInTopics(VARIANT_BOOL
myShowOrganizationInTopics)
Scripting languages
Boolean = Object.ShowOrganizationInTopics
Object.ShowOrganizationInTopics
= Boolean
Legal values
Value |
Description |
TRUE |
Organization name is shown next to user name. |
FALSE |
Organization name is not displayed next to user name. |
|