GitPullRequest.ArtifactId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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