Click or drag to resize
XmlAttributeAttribute Properties

The XmlAttributeAttribute type exposes the following members.

Properties
  NameDescription
Public propertyAttributeName
Gets or sets the name of the XML attribute.
Public propertyDataType
Gets or sets the XSD data type of the XML attribute generated by the System.Xml.Serialization.XmlSerializer.
Public propertyForm
Gets or sets a value that indicates whether the XML attribute name generated by the System.Xml.Serialization.XmlSerializer is qualified.
Public propertyNamespace
Gets or sets the XML namespace of the XML attribute.
Public propertyType
Gets or sets the complex type of the XML attribute.
Top
See Also