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