WebTestResultUnit.DeclarativeWebTestItemId Property

Gets or sets the ID of this request in a declarative test.

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

Syntax

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

Property Value

Type: System.Int32
The ID of this request. Returns -1 if the items are from coded Web performance tests.

.NET Framework Security

See Also

Reference

WebTestResultUnit Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace