GitPullRequest.Repository 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.
The repository containing the target branch of the pull request.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="repository")]
public Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository Repository { get; set; }
member this.Repository : Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository with get, set
Public Property Repository As GitRepository
Property Value
- Attributes