Click or drag to resize
XmlElementAttribute Properties

The XmlElementAttribute type exposes the following members.

Properties
  NameDescription
Public propertyDataType
Gets or sets the XML Schema definition (XSD) data type of the XML element generated by the System.Xml.Serialization.XmlSerializer.
Public propertyElementName
Gets or sets the name of the generated XML element.
Public propertyForm
Gets or sets a value that indicates whether the element is qualified.
Public propertyIsNullable
Gets or sets a value that indicates whether the System.Xml.Serialization.XmlSerializer must serialize a member that is set to null as an empty tag with the xsi:nil attribute set to true.
Public propertyNamespace
Gets or sets the namespace assigned to the XML element that results when the class is serialized.
Public propertyOrder
Gets or sets the explicit order in which the elements are serialized or deserialized.
Public propertyType
Gets or sets the object type used to represent the XML element.
Top
See Also