'Declaration
<System.Runtime.Serialization.DataMemberAttribute()> <System.ComponentModel.BrowsableAttribute(False)> Public Property IconPermanent As System.Boolean
'Usage
Dim instance As Entry Dim value As System.Boolean instance.IconPermanent = value value = instance.IconPermanent
[System.Runtime.Serialization.DataMember()] [System.ComponentModel.Browsable(false)] public System.bool IconPermanent {get; set;}