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