| AllowWriteIn property Sets or returns whether a Poll Entry allows users to cast write-in votes. 
  Syntax
 C++HRESULT get_AllowWriteIn(VARIANT_BOOL* 
 pAllowWriteIn)
 HRESULT put_AllowWriteIn(VARIANT_BOOL myAllowWriteIn) 
 
 Scripting languagesBoolean = Object.AllowWriteIn
 Object.AllowWriteIn = Boolean 
 
 Legal values
 
| Value  | Description  |  | TRUE | Users can cast write-in votes |  | FALSE | Users cannot cast write-in votes |  Remarks
 You cannot set the AllowWriteIn property once someone has voted in the 
 Poll Entry.  |