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