System.Xml.Serialization.XmlArrayAttribute Members

The members of System.Xml.Serialization.XmlArrayAttribute are listed below.

See Also: Inherited members from System.Attribute

Public Constructors

Initializes a new instance of the System.Xml.Serialization.XmlArrayAttribute class.

Initializes a new instance of the System.Xml.Serialization.XmlArrayAttribute class and specifies the XML element name generated in the XML document instance.

Public Properties

ElementNamestring.

Gets or sets the XML element name given to the serialized array.

FormSystem.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.

IsNullablebool.

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.

Namespacestring.

Gets or sets the namespace of the XML element.

Orderint.

Gets or sets the explicit order in which the elements are serialized or deserialized.