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: Int32
The sequence number of the item in the Web performance test.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.