IsWriteIn property

Returns whether a vote was written-in by the user.

Syntax


C++

HRESULT get_IsWriteIn(VARIANT_BOOL* pIsWriteIn)

Scripting languages

Boolean = Object.IsWriteIn

Legal values


Value

Description

TRUE

The vote was a write-in choice.

FALSE

The vote was not a write-in choice.

Remarks


If IsWriteIn returns TRUE, the vote is stored in the WriteIn property. If IsWriteIn returns FALSE, the vote is stored in the Choice property.

Home

Applies to

IERUVote


See also

Polls