共用方式為


Solution.Id 屬性

定義

取得或設定方案識別碼。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於