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