C# Class ApiCore.Questions.QuestionAnswerVoter

Show file Open project: nolka/vkdotnet Class Usage Examples

Public Properties

Property Type Description
Date string
Id int
IsUserOnline bool
Name string
Photo string
VoterId int

Property Details

Date public property

Vote date
public string Date
return string

Id public property

Vote id
public int Id
return int

IsUserOnline public property

Is voter online
public bool IsUserOnline
return bool

Name public property

Voter name
public string Name
return string

Photo public property

Voter photo URL
public string Photo
return string

VoterId public property

Voter id
public int VoterId
return int