C# Class ApiCore.Polls.PollAnswer

Show file Open project: nolka/vkdotnet Class Usage Examples

Public Properties

Property Type Description
Id int
Rate float
Text string
Votes int

Property Details

Id public property

Answer id
public int Id
return int

Rate public property

Answer rating
public float Rate
return float

Text public property

Answer text
public string Text
return string

Votes public property

Number of answers
public int Votes
return int