System.Xml.Serialization.XmlAttributeAttribute Members

The members of System.Xml.Serialization.XmlAttributeAttribute are listed below.

See Also: Inherited members from System.Attribute

Public Constructors

Initializes a new instance of the System.Xml.Serialization.XmlAttributeAttribute class.

Initializes a new instance of the System.Xml.Serialization.XmlAttributeAttribute class and specifies the name of the generated XML attribute.

Initializes a new instance of the System.Xml.Serialization.XmlAttributeAttribute class.

Initializes a new instance of the System.Xml.Serialization.XmlAttributeAttribute class.

Public Properties

AttributeNamestring.

Gets or sets the name of the XML attribute.

DataTypestring.

Gets or sets the XSD data type of the XML attribute generated by the System.Xml.Serialization.XmlSerializer.

FormSystem.Xml.Schema.XmlSchemaForm.

Gets or sets a value that indicates whether the XML attribute name generated by the System.Xml.Serialization.XmlSerializer is qualified.

Namespacestring.

Gets or sets the XML namespace of the XML attribute.

TypeType.

Gets or sets the complex type of the XML attribute.