WebTestItem.ItemId Property

Zero-based sequence number of the item in the Web performance test.

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

Syntax

'Declaration
Public Property ItemId As Integer
public int ItemId { get; internal set; }
public:
property int ItemId {
    int get ();
    internal: void set (int value);
}
member ItemId : int with get, internal set
function get ItemId () : int
internal function set ItemId (value : int)

Property Value

Type: System.Int32
The sequence number of the item in the Web performance test.

.NET Framework Security

See Also

Reference

WebTestItem Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace