'Declaration
<System.Xml.Serialization.XmlAttributeAttribute("name")> Public Property DateTypeType As System.String
'Usage
Dim instance As DateType Dim value As System.String instance.DateTypeType = value value = instance.DateTypeType
[System.Xml.Serialization.XmlAttribute("name")] public System.string DateTypeType {get; set;}