Gets or sets the explicit order in which the elements are serialized or deserialized.
Public Property Order As Integer Get Set
public int Order { get; set; }
public: property int Order { int get (); void set (int value); }
member Order : int with get, set
Use the GenerateOrder enumeration to instruct the ServiceDescriptionImporter to generate code that sets the Order property.
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2