C# Class ApiCore.Questions.QuestionType

Represents question type
显示文件 Open project: nolka/vkdotnet Class Usage Examples

Public Properties

Property Type Description
Id int
Name string

Property Details

Id public_oe property

Question type id
public int Id
return int

Name public_oe property

Question type name
public string Name
return string