XmlArrayItemAttribute Constructor (String)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the XmlArrayItemAttribute class and specifies the name of the XML element generated in the XML document.

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

Syntax

Public Sub New ( _
    elementName As String _
)
public XmlArrayItemAttribute(
    string elementName
)

Parameters

Remarks

This overload sets the ElementName property.

Use this overload if you want the name of the generated XML element to differ from the member's identifier.

An XML document that includes namespaces can contain more than one version of an element name. For more information, see the ElementName property.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

XmlArrayItemAttribute Class

XmlArrayItemAttribute Overload

System.Xml.Serialization Namespace