ShowVotes property

Sets or returns whether the eRoom user interface displays each User's name and vote in a poll.

Syntax


C++

HRESULT get_ShowVotes(VARIANT_BOOL* pShowVotes)

HRESULT put_ShowVotes(VARIANT_BOOL myShowVotes)

Scripting languages

value = Object.ShowVotes

Object.ShowVotes = value

Remarks


If ShowVotes is set to FALSE, the eRoom user interface displays only the tallies for each choice.

You cannot change the value of ShowVotes after any votes have been cast.

Applies to
IERUPollEntry


See also

Creating Items