PollItem is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class PollItem
{
string Answer { get; }
string AnswerId { get; }
int OrderNumber { get; }
int Total { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| Answer | string | |||
| AnswerId | string | |||
| OrderNumber | int | |||
| Total | int |