'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> Public Property ReportTypeID As System.Integer
'Usage
Dim instance As ReportType Dim value As System.Integer instance.ReportTypeID = value value = instance.ReportTypeID
[System.Xml.Serialization.XmlIgnore()] public System.int ReportTypeID {get; set;}