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