Share via


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: System.String
A GUID value that indicates the TestId of the included Web performance test.

.NET Framework Security

See Also

Reference

IncludedWebTest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace