VoteSummary is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class VoteSummary
{
Guid PollId { get; }
IEnumerable<OptionSummary> Summary { get; }
IEnumerable<int> VoteCount { get; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| PollId | Guid | |||
| Summary | IEnumerable<OptionSummary> | |||
| VoteCount Obsolete | IEnumerable<int> | Obsolete in 10: Use IEnumerable Summary property instead. |