Click or drag to resize
XmlArrayAttribute Properties

The XmlArrayAttribute type exposes the following members.

Properties
  NameDescription
Public propertyElementName
Gets or sets the XML element name given to the serialized array.
Public propertyForm
Gets or sets a value that indicates whether the XML element name generated by the System.Xml.Serialization.XmlSerializer is qualified or unqualified.
Public propertyIsNullable
Gets or sets a value that indicates whether the System.Xml.Serialization.XmlSerializer must serialize a member as an empty XML tag with the xsi:nil attribute set to true.
Public propertyNamespace
Gets or sets the namespace of the XML element.
Public propertyOrder
Gets or sets the explicit order in which the elements are serialized or deserialized.
Top
See Also