XmlTypeMapping.TypeName Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the type name of the mapped object.
Assembly: System.Xml.Serialization (in System.Xml.Serialization.dll)
The type name is the class name of the mapped object.
You can also see the fully qualified name by examining the TypeFullName property.
Show: