public bool Answered { get; set; }
Public Property Answered As Boolean Get Set
public: property bool Answered { bool get (); void set (bool value); }