次の方法で共有


Job.TeamName プロパティ

定義

ジョブに関連付けられているチーム名を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="TeamName")]
public string TeamName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="TeamName")>]
member this.TeamName : string with get, set
Public Property TeamName As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象