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