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