Ballots property

Returns an IERUCollection interface pointer to the Ballots cast by all users in a Poll Entry.

Syntax


C++

HRESULT get_Ballots(IERUCollection** pBallots)

Scripting languages

BallotCollection = Poll.Ballots

Remarks


The collection that Ballots returns is a collection of IERUItem interface pointers to individual Ballots. Each Ballot represents the choices selected by a particular User in a Poll Entry.

Home

Applies to

IERUPollEntry


See also

Polls

Ballot object