| |||||||
MembersShowInitials propertySets or returns whether to display members' initials instead of their full names on the summary page for the specified field. SyntaxC++HRESULT get_MembersShowInitials(VARIANT_BOOL* pShow) HRESULT put_MembersShowInitials(VARIANT_BOOL show) Scripting languagesBoolean = object.MembersShowInitials object.MembersShowInitials = Boolean Legal values
RemarksMembers' full names are displayed on the entry page even when you set this property to TRUE. You can only set the MembersShowInitials property if the DataType property is set to erColumnTypeMembers. Otherwise, MembersShowInitials returns the error EROOM_E_INVALIDOPERATION. |
Home |