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