Click or drag to resize
XmlArrayItemAttribute Properties

The XmlArrayItemAttribute type exposes the following members.

Properties
  NameDescription
Public propertyDataType
Gets or sets the XML data type of the generated XML element.
Public propertyElementName
Gets or sets the name of the generated XML element.
Public propertyForm
Gets or sets a value that indicates whether the name of the generated XML element is qualified.
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 generated XML element.
Public propertyNestingLevel
Gets or sets the level in a hierarchy of XML elements that the System.Xml.Serialization.XmlArrayItemAttribute affects.
Public propertyType
Gets or sets the type allowed in an array.
Top
See Also