GitPullRequest.Labels 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 labels associated with the pull request.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="labels")]
public Microsoft.TeamFoundation.Core.WebApi.WebApiTagDefinition[] Labels { get; set; }
member this.Labels : Microsoft.TeamFoundation.Core.WebApi.WebApiTagDefinition[] with get, set
Public Property Labels As WebApiTagDefinition()
Property Value
- Attributes