Poll Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Represents a poll conducted in a meeting.

Syntax

<Poll
    createTime = "yyyy-mm-ddThh:mm:ssZ"
    question = "string">
    <Choices>...</Choices>
    <Voters>...</Voters>
</Poll>

The following sections describe attributes, parent elements, and child elements.

Attributes

Name

Description

createTime

time type. Value range yyyy-mm-ddThh:mm:ssZ.

Specifies the time the poll is taken.

Represents a date and time in (ISO 8601 extended) UTC format.

question

string type. Length range 1-255 characters.

Specifies the question for the poll.

Element Information

Parent Element

Element

Occurrence

ListPollsReply

1

Child Elements

Element

Occurrence

Choices

1

Voters

1

See Also

Concepts

CreateMeetingRequest Element

ListPollsReply Element