System.Xml.Serialization.XmlArrayItemAttribute: Property Members

The properties of System.Xml.Serialization.XmlArrayItemAttribute are listed below. For a list of all members, see the XmlArrayItemAttribute Members list.

See Also: Inherited members from System.Attribute

Public Properties

DataTypestring.

Gets or sets the XML data type of the generated XML element.

ElementNamestring.

Gets or sets the name of the generated XML element.

FormSystem.Xml.Schema.XmlSchemaForm.

Gets or sets a value that indicates whether the name of the generated XML element is qualified.

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 generated XML element.

NestingLevelint.

Gets or sets the level in a hierarchy of XML elements that the System.Xml.Serialization.XmlArrayItemAttribute affects.

TypeType.

Gets or sets the type allowed in an array.