TypeName Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Xml.Serialization
Assembly:  System.Xml.Serialization (in System.Xml.Serialization.dll)

public string TypeName { get; }

Property Value

Type: System.String
The type name of the mapped object.

The type name is the class name of the mapped object.

You can also see the fully qualified name by examining the TypeFullName property.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft