public int Upto { get; set; }
Public Property Upto As Integer Get Set
public: property int Upto { int get (); void set (int value); }
member Upto : int with get, set
In This Article