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