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