Order Property

Json.NET

Json.NET - Quick Starts & API Documentation Order Property
NamespacesNewtonsoft.JsonJsonPropertyAttributeOrder
Gets or sets the order of serialization and deserialization of a member.
Declaration Syntax
C# Visual Basic Visual C++
public int Order { get; set; }
Public Property Order As Integer
	Get
	Set
public:
property int Order {
	int get ();
	void set (int value);
}
Value
The numeric order of serialization or deserialization.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)