'Declaration
<System.ComponentModel.ReadOnlyAttribute(True)> <System.Xml.Serialization.XmlAttributeAttribute("type")> Public Property DateTypeType As System.String
'Usage
Dim instance As DateDetail Dim value As System.String instance.DateTypeType = value value = instance.DateTypeType
[System.ComponentModel.ReadOnly(true)] [System.Xml.Serialization.XmlAttribute("type")] public System.string DateTypeType {get; set;}