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