AllowMultipleChoices property

Specifies whether a custom field that contains the names of eRoom members can contain just one name or many.

Syntax


C++

HRESULT get_AllowMultipleChoices(VARIANT_BOOL* pAllowMultipleChoices)

HRESULT put_AllowMultipleChoices(VARIANT_BOOL myAllowMultipleChoices)

Scripting languages

Boolean = Object.AllowMultipleChoices

Object.AllowMultipleChoices = Boolean

Legal values


Value

Description

TRUE

Users specify more than one choice

FALSE

Users can only specify one choice

Remarks


For IERUListColumn:

You can only set the AllowMultipleChoices property if the DataType property is set to erCellDataTypeMembers. Otherwise, attempting to set the AllowMultipleChoices property returns the error EROOM_E_INVALIDOPERATION.

For IERUCustomFieldDef:

Only valid if the data type is erCustomFieldDataTypeMembers.

Home

Applies to

IERUCustomFieldDef