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 languages

Boolean = 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.

Home

Applies to

IERUPollEntry


See also

Polls