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