XmlElementAttribute Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The XmlElementAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
DataType | Gets or sets the XML Schema definition (XSD) data type of the XML element generated by the XmlSerializer. |
|
ElementName | Gets or sets the name of the generated XML element. |
|
Form | Gets or sets a value that indicates whether the element is qualified. |
|
IsNullable | Gets or sets a value that indicates whether the XmlSerializer must serialize a member that is set to Nothing as an empty tag with the xsi:nil attribute set to true. |
|
Namespace | Gets or sets the namespace assigned to the XML element that results when the class is serialized. |
|
Order | Gets or sets the explicit order in which the elements are serialized or deserialized. |
|
Type | Gets or sets the object type used to represent the XML element. |
Show: