SourceUpdateParameters.Branch Property

Definition

Gets or sets the branch name of the source code.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to