XmlArrayItemAttribute Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| DataType | Gets or sets the XML data type of the generated XML element. |
| ElementName | Gets or sets the name of the generated XML element. |
| Form | Gets or sets a value that indicates whether the name of the generated XML element is qualified. |
| IsNullable | Gets or sets a value that indicates whether the XmlSerializer must serialize a member as an empty XML tag with the xsi:nil attribute set to true. |
| IsNullableSpecified | |
| Namespace | Gets or sets the namespace of the generated XML element. |
| NestingLevel | Gets or sets the level in a hierarchy of XML elements that the XmlArrayItemAttribute affects. |
| Type | Gets or sets the type allowed in an array. |
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
Reference
XmlArrayItemAttribute ClassSystem.Xml.Serialization Namespace
XmlArrayAttribute Class
XmlSerializer
XmlArrayItems
XmlAttributeOverrides
XmlAttributes
XmlAttributes
Other Resources
Introducing XML SerializationHow to: Specify an Alternate Element Name for an XML Stream
Controlling XML Serialization Using Attributes
Examples of XML Serialization
XML Schema Definition Tool (Xsd.exe)