XmlArrayItemAttribute Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The XmlArrayItemAttribute type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 DataType Gets or sets the XML data type of the generated XML element.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 ElementName Gets or sets the name of the generated XML element.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Form Gets or sets a value that indicates whether the name of the generated XML element is qualified.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 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.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Namespace Gets or sets the namespace of the generated XML element.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 NestingLevel Gets or sets the level in a hierarchy of XML elements that the XmlArrayItemAttribute affects.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Type Gets or sets the type allowed in an array.

Top