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