'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the range will be browsable for editors.")> Public Property EditorBrowsable As System.Boolean
'Usage
Dim instance As NRange Dim value As System.Boolean instance.EditorBrowsable = value value = instance.EditorBrowsable
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value indicating whether the range will be browsable for editors.")] public System.bool EditorBrowsable {get; set;}