KeywordAllowMultiple
property
Returns or sets whether the keyword field allows users to select multiple
choices.
Syntax
C++
HRESULT
get_KeywordAllowMultiple(
VARIANT_BOOL* pKeywordAllowMultiple)
HRESULT put_KeywordAllowMultiple (
VARIANT_BOOL
myKeywordAllowMultiple)
Scripting languages
Boolean = Object. KeywordAllowMultiple
Object.KeywordAllowMultiple
= Boolean
|