Edit

Share via


GitPullRequest.ArtifactId Property

Definition

A string which uniquely identifies this pull request. To generate an artifact ID for a pull request, use this template: vstfs:///Git/PullRequestId/{projectId}/{repositoryId}/{pullRequestId}

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="artifactId")]
public string ArtifactId { get; set; }
member this.ArtifactId : string with get, set
Public Property ArtifactId As String

Property Value

Attributes

Applies to