MessageBodyMemberAttribute.Order Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a value that indicates the position in which the member is serialized into the SOAP body.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value passed to the property setter is a negative integer. |
Use the Order property to specify the location of a data member in the SOAP body element. The value is not required to be consecutive, because it does not represent the position of the member, only the sorting key.
The order of the body elements is alphabetical by default. The semantics of this property are the same as the semantics of the Order property.