WriteIn property

Sets or returns a write-in vote.

Syntax


C++

HRESULT get_WriteIn(BSTR* pWriteIn)

HRESULT put_WriteIn(BSTR myWriteIn)

Scripting languages

String = Object.WriteIn

Object.WriteIn =String

Remarks


Setting the WriteIn property automatically sets the IsWriteIn property to TRUE.

If the IsWriteIn property is set to FALSE, getting the WriteIn property returns the error EROOM_E_INVALIDOPERATION.

If the AllowWriteIn property is set to FALSE, WriteIn returns EROOM_E_INVALIDOPERATION.

Home

Applies to

IERUVote