XmlArrayAttribute 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 XmlArrayAttribute class and specifies the XML element name generated in the XML document instance.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- elementName
- Type: System.String
The name of the XML element that the XmlSerializer generates.
Show: