'Declaration
<System.ComponentModel.DescriptionAttribute("Can this property be seen in the property editor?")> <System.ComponentModel.DefaultValueAttribute()> Public Property Browsable As System.Boolean
'Usage
Dim instance As PropertyDefinition Dim value As System.Boolean instance.Browsable = value value = instance.Browsable
[System.ComponentModel.Description("Can this property be seen in the property editor?")] [System.ComponentModel.DefaultValue()] public System.bool Browsable {get; set;}