XmlMemberMapping::ElementName Property

 

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

Gets the unqualified name of the XML element declaration that applies to this mapping.

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

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

Property Value

Type: System::String^

The unqualified name of the XML element declaration that applies to this mapping.

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