次の方法で共有


SourceProperties.Branch プロパティ

定義

ソース コードのブランチ名を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象