ITestElement.WorkItemIds Property

Definition

Gets a list of work items that is associated with this test element.

public:
 property System::Collections::IList ^ WorkItemIds { System::Collections::IList ^ get(); };
public System.Collections.IList WorkItemIds { get; }
member this.WorkItemIds : System.Collections.IList
Public ReadOnly Property WorkItemIds As IList

Property Value

A list of work items that is associated with this test element.

Applies to