'Declaration
<System.Runtime.Serialization.DataMemberAttribute()> <System.ComponentModel.CategoryAttribute("Identification")> Public Property JAMSEntry As System.Integer
'Usage
Dim instance As Entry Dim value As System.Integer instance.JAMSEntry = value value = instance.JAMSEntry
[System.Runtime.Serialization.DataMember()] [System.ComponentModel.Category("Identification")] public System.int JAMSEntry {get; set;}