JsonPropertyOrderAttribute.Order Property

Definition

Gets the serialization order of the property.

public:
 property int Order { int get(); };
public int Order { get; }
member this.Order : int
Public ReadOnly Property Order As Integer

Property Value

The serialization order of the property.

Applies to