次の方法で共有


WorkItemConfiguration.IsDefault プロパティ

定義

構成が既定かどうかを示すブール値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象