The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WebTestResultUnit::DeclarativeWebTestItemId Property
Gets or sets the ID of this request in a declarative test.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: property int DeclarativeWebTestItemId { int get(); internal: void set(int value); }
Property Value
Type: System::Int32The ID of this request. Returns -1 if the items are from coded Web performance tests.
Show: