| AllowMultipleVotes property Sets or returns whether a Poll Entry allows users to vote for more than 
 once choice.  Syntax
 C++HRESULT get_AllowMultipleVotes(VARIANT_BOOL* 
 pAllowMultipleVotes)
 HRESULT put_AllowMultipleVotes(VARIANT_BOOL 
 myAllowMultipleVotes) 
 Scripting languagesBoolean = Object.AllowMultipleVotes
 Object.AllowMultipleVotes = Boolean 
 
 Legal values
 
| Value 
  | Description 
  |  | TRUE | Users can vote for more than one 
 choice |  | FALSE | Users cannot vote for more than 
 one choice |  Remarks
 You cannot set the AllowMultipleVotes property once someone has voted 
 in the Poll Entry.  |