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