Solution.Order Property

Definition

Gets or sets order of the solution.

[Newtonsoft.Json.JsonProperty(PropertyName="order")]
public double? Order { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="order")>]
member this.Order : Nullable<double> with get, set
Public Property Order As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to