XmlAnyElementAttribute.Order Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the explicit order in which the elements are serialized or deserialized.
Assembly: System.Xml (in System.Xml.dll)
| Exception | Condition |
|---|---|
| ArgumentException | The value set is negative. |
Important Note: |
|---|
After the Order property has been used on one public property or field in a type, it must be applied to all public properties and fields for that type and all inherited types. |
Show:
Important Note: