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