The properties of System.Xml.Serialization.XmlArrayAttribute are listed below. For a list of all members, see the XmlArrayAttribute Members list.
See Also: Inherited members from System.Attribute
ElementName | string.
Gets or sets the XML element name given to the serialized array. | |
Form | System.Xml.Schema.XmlSchemaForm.
Gets or sets a value that indicates whether the XML element name generated by the System.Xml.Serialization.XmlSerializer is qualified or unqualified. | |
IsNullable | bool.
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. | |
Namespace | string.
Gets or sets the namespace of the XML element. | |
Order | int.
Gets or sets the explicit order in which the elements are serialized or deserialized. |