JsonPropertyOrderAttribute(Int32) Constructor

Definition

Initializes a new instance of JsonPropertyNameAttribute with the specified order.

public:
 JsonPropertyOrderAttribute(int order);
public JsonPropertyOrderAttribute (int order);
new System.Text.Json.Serialization.JsonPropertyOrderAttribute : int -> System.Text.Json.Serialization.JsonPropertyOrderAttribute
Public Sub New (order As Integer)

Parameters

order
Int32

The order of the property.

Applies to