共用方式為


Solution.Order 屬性

定義

取得或設定方案的順序。

[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)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於