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