public List<int> TurnInQuests { get; set; }
Public Property TurnInQuests As List(Of Integer) Get Set
public: property List<int^>^ TurnInQuests { List<int^>^ get (); void set (List<int^>^ value); }