XmlArrayAttribute.Order Property

Definition

Gets or sets the explicit order in which the elements are serialized or deserialized.

public:
 property int Order { int get(); void set(int value); };
public int Order { get; set; }
member this.Order : int with get, set
Public Property Order As Integer

Property Value

The order of the code generation.

Remarks

Use the GenerateOrder enumeration to instruct the ServiceDescriptionImporter to generate code that sets the Order property.

Important

Once 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.

Applies to