public List<string> oFigureTypes { get; set; }
Public Property oFigureTypes As List(Of String) Get Set
public: property List<String^>^ oFigureTypes { List<String^>^ get (); void set (List<String^>^ value); }