Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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: Int32
The ID of this request. Returns -1 if the items are from coded Web performance tests.
.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.