public int Errors { get; set; }
Public Property Errors As Integer Get Set
public: property int Errors { int get (); void set (int value); }