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