C# Class ApiCore.Polls.PollAnswer

Datei anzeigen Open project: nolka/vkdotnet Class Usage Examples

Public Properties

Property Type Description
Id int
Rate float
Text string
Votes int

Property Details

Id public_oe property

Answer id
public int Id
return int

Rate public_oe property

Answer rating
public float Rate
return float

Text public_oe property

Answer text
public string Text
return string

Votes public_oe property

Number of answers
public int Votes
return int