XmlArrayAttribute Properties
Collapse the table of content
Expand the table of content

XmlArrayAttribute Properties

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

The XmlArrayAttribute type exposes the following members.

  NameDescription
Public property ElementName Gets or sets the XML element name given to the serialized array.
Public property Form Gets or sets a value that indicates whether the XML element name generated by the XmlSerializer is qualified or unqualified.
Public property IsNullable Gets or sets a value that indicates whether the XmlSerializer must serialize a member as an empty XML element with the xsi:nil attribute set to true.
Public property Namespace Gets or sets the namespace of the XML element.
Public property Order Gets or sets the explicit order in which the elements are serialized or deserialized.
Top

Show:
© 2017 Microsoft