WorkItemQueryResult.WorkItemRelations 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 work item links returned by the query.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.Generic.IEnumerable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemLink> WorkItemRelations { get; set; }
member this.WorkItemRelations : seq<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemLink> with get, set
Public Property WorkItemRelations As IEnumerable(Of WorkItemLink)
Property Value
- Attributes