'Declaration
<System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.BrowsableAttribute(False)> Public Property Hide As System.Boolean
'Usage
Dim instance As Param Dim value As System.Boolean instance.Hide = value value = instance.Hide
[System.ComponentModel.DefaultValue()] [System.ComponentModel.Browsable(false)] public System.bool Hide {get; set;}