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

getQuestion() public method

Gets the question.
public getQuestion ( ) : string
return string
        public string getQuestion()
        {
            return mQuestion;
        }