Edit

TestSessionExploredWorkItemReference.AssociatedWorkItems Property

Definition

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

Applies to