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