'Declaration
<System.ComponentModel.CategoryAttribute("State")> <System.ComponentModel.DescriptionAttribute("Controls the range of values in which the state is active")> Public Property Range As NRange1DD
'Usage
Dim instance As NRangeIndicatorState Dim value As NRange1DD instance.Range = value value = instance.Range
[System.ComponentModel.Category("State")] [System.ComponentModel.Description("Controls the range of values in which the state is active")] public NRange1DD Range {get; set;}