System.Xml.Serialization.SoapElementAttribute Members

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

See Also: Inherited members from System.Attribute

Public Constructors

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

Initializes a new instance of the System.Xml.Serialization.SoapElementAttribute class and specifies the name of the XML element.

Public Properties

DataTypestring.

Gets or sets the XML Schema definition language (XSD) data type of the generated XML element.

ElementNamestring.

Gets or sets the name of the generated XML element.

IsNullablebool.

Gets or sets a value that indicates whether the System.Xml.Serialization.XmlSerializer must serialize a member that has the xsi:null attribute set to "1".