'Declaration<System.Runtime.Serialization.DataMemberAttribute()> <System.ComponentModel.BrowsableAttribute(False)> Public Property MethodId As System.Integer
'UsageDim 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;}