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.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- elementName
- Type: System.String
The name of the XML element.
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.