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