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