SourceControlUpdateParameters.Branch プロパティ

定義

ソース管理のリポジトリ ブランチを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象