MembersShowInitials property

Sets or returns whether to display members' initials instead of their full names on the summary page for the specified field.

Syntax


C++

HRESULT get_MembersShowInitials(VARIANT_BOOL* pShow)

HRESULT put_MembersShowInitials(VARIANT_BOOL show)

Scripting languages

Boolean = object.MembersShowInitials

object.MembersShowInitials = Boolean

Legal values


Value

Description

TRUE

Members' initials are displayed on the summary page.

FALSE

Members' full names are displayed on the summary page.

Remarks


Members' 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

Applies to

IERUDBColumn


See also

Databases