AppStore.Models.Question.getQuestion C# (CSharp) Method

getQuestion() public method

Gets the Question of the current QuizModel Object
public getQuestion ( ) : string
return string
        public string getQuestion()
        {
            return mQuestion;
        }