PollAnswer

This entity represents a answer of a Poll.

Properties

Property Type (Length) Description
guid GUID The GUID of the answer.
answer String (255) The answer text.

Example

<poll_answer>
  <guid>2a22db2029e9013487753131731751e9</guid>
  <answer>Yes</answer>
</poll_answer>