'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the Maximum member of the range element.")> Public Overridable Property Maximum As System.Integer
'Usage
Dim instance As NRangeElement Dim value As System.Integer instance.Maximum = value value = instance.Maximum
[System.ComponentModel.Description("Gets/sets the Maximum member of the range element.")] public virtual System.int Maximum {get; set;}