Share via


SourceTriggerDescriptor.BranchName Property

Definition

Gets or sets the branch name in the repository.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to