C# Class ApiCore.Questions.QuestionType

Represents question type
Afficher le fichier Open project: nolka/vkdotnet Class Usage Examples

Méthodes publiques

Свойство Type Description
Id int
Name string

Property Details

Id public_oe property

Question type id
public int Id
Résultat int

Name public_oe property

Question type name
public string Name
Résultat string