C# Class ApiCore.Questions.QuestionAnswerVoter

Datei anzeigen 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_oe property

Vote date
public string Date
return string

Id public_oe property

Vote id
public int Id
return int

IsUserOnline public_oe property

Is voter online
public bool IsUserOnline
return bool

Name public_oe property

Voter name
public string Name
return string

Photo public_oe property

Voter photo URL
public string Photo
return string

VoterId public_oe property

Voter id
public int VoterId
return int