TestSessionExploredWorkItemReference.AssociatedWorkItems 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.
Workitem references of workitems filed as a part of the current workitem exploration.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="associatedWorkItems")]
public System.Collections.Generic.IEnumerable<Microsoft.TeamFoundation.TestManagement.WebApi.TestSessionWorkItemReference> AssociatedWorkItems { get; set; }
member this.AssociatedWorkItems : seq<Microsoft.TeamFoundation.TestManagement.WebApi.TestSessionWorkItemReference> with get, set
Public Property AssociatedWorkItems As IEnumerable(Of TestSessionWorkItemReference)
Property Value
- Attributes