'Declaration
<System.Runtime.Serialization.DataMemberAttribute()> Public Property SupportType As System.Integer
'Usage
Dim instance As License Dim value As System.Integer instance.SupportType = value value = instance.SupportType
[System.Runtime.Serialization.DataMember()] public System.int SupportType {get; set;}