Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TransactionTimer::Items Property

 

Gets the list of Web performance test items that are included in the timed transaction.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
property WebTestItemCollection^ Items {
	WebTestItemCollection^ get();
}

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting::WebTestItemCollection^

The collection of Web performance test items.

Web performance test items include requests, comments, included Web performance tests, and embedded transactions.

Return to top
Show: