'Declaration
<System.Runtime.Serialization.DataMemberAttribute()> Public Property MustFill As System.Boolean
'Usage
Dim instance As Submit.Parameter Dim value As System.Boolean instance.MustFill = value value = instance.MustFill
[System.Runtime.Serialization.DataMember()] public System.bool MustFill {get; set;}