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