Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
SurveyQuestionType QuestionType { get; set; }
Visual Basic
Property QuestionType As SurveyQuestionType
	Get
	Set
Visual C++
property SurveyQuestionType QuestionType {
	SurveyQuestionType get ();
	void set (SurveyQuestionType value);
}

See Also