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