C# Class ApiCore.Questions.QuestionType

Represents question type
Show file Open project: nolka/vkdotnet Class Usage Examples

Public Properties

Property Type Description
Id int
Name string

Property Details

Id public property

Question type id
public int Id
return int

Name public property

Question type name
public string Name
return string