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