IncludedWebTest.TestId Property
Gets or sets a string value that contains the TestId of the included Web performance test.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property TestId As String
public string TestId { get; set; }
public:
property String^ TestId {
String^ get ();
void set (String^ value);
}
member TestId : string with get, set
function get TestId () : String
function set TestId (value : String)
Property Value
Type: String
A GUID value that indicates the TestId of the included 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.