XmlElementAttribute 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 XmlElementAttribute type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 DataType Gets or sets the XML Schema definition (XSD) data type of the XML element generated by the XmlSerializer.
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 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 that is set to nulla null reference (Nothing in Visual Basic) as an empty 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 assigned to the XML element that results when the class is serialized.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Order Gets or sets the explicit order in which the elements are serialized or deserialized.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Type Gets or sets the object type used to represent the XML element.

Top