C# 클래스 ApiCore.Polls.PollAnswer

파일 보기 프로젝트 열기: nolka/vkdotnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Id int
Rate float
Text string
Votes int

프로퍼티 상세

Id 공개적으로 프로퍼티

Answer id
public int Id
리턴 int

Rate 공개적으로 프로퍼티

Answer rating
public float Rate
리턴 float

Text 공개적으로 프로퍼티

Answer text
public string Text
리턴 string

Votes 공개적으로 프로퍼티

Number of answers
public int Votes
리턴 int