TransactionTimer.Items Property

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

Syntax

'Declaration
Public ReadOnly Property Items As WebTestItemCollection
'Usage
Dim instance As TransactionTimer 
Dim value As WebTestItemCollection 

value = instance.Items
public WebTestItemCollection Items { get; }
public:
property WebTestItemCollection^ Items {
    WebTestItemCollection^ get ();
}
public function get Items () : WebTestItemCollection

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection

.NET Framework Security

See Also

Reference

TransactionTimer Class

TransactionTimer Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace