Share via


DeclarativeWebTest.Items Property

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

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

Syntax

'Declaration
Public Property Items As WebTestItemCollection
'Usage
Dim instance As DeclarativeWebTest 
Dim value As WebTestItemCollection 

value = instance.Items

instance.Items = value
public WebTestItemCollection Items { get; internal set; }
public:
property WebTestItemCollection^ Items {
    WebTestItemCollection^ get ();
    void set (WebTestItemCollection^ value);
}
public function get Items () : WebTestItemCollection 
public 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

DeclarativeWebTest Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace