'Declaration
<System.ComponentModel.DefaultValueAttribute(100)> <System.ComponentModel.DescriptionAttribute("Gets/sets the upper bound of the range.")> Public Property UpperBound As System.Integer
'Usage
Dim instance As NRange Dim value As System.Integer instance.UpperBound = value value = instance.UpperBound
[System.ComponentModel.DefaultValue(100)] [System.ComponentModel.Description("Gets/sets the upper bound of the range.")] public System.int UpperBound {get; set;}