Share via


DeclarativeWebTest.Items Property

Gets or sets the set of items that are contained in this Web performance test. Items are transactions, requests, comments, and included Web performance tests.

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

Syntax

'Declaration
Public Property Items As WebTestItemCollection
public WebTestItemCollection Items { get; internal set; }
public:
property WebTestItemCollection^ Items {
    WebTestItemCollection^ get ();
    internal: void set (WebTestItemCollection^ value);
}
member Items : WebTestItemCollection with get, internal set
function get Items () : WebTestItemCollection
internal function set Items (value : WebTestItemCollection)

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection
A collection of items.

.NET Framework Security

See Also

Reference

DeclarativeWebTest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace