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