XmlMemberMapping::TypeName Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the type name of the .NET Framework type for this mapping.

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

public:
property String^ TypeName {
	String^ get();
}

Property Value

Type: System::String^

The type name of the .NET Framework type for this mapping.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Return to top
Show: