Information
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.

IncludedWebTest::IsCodedWebTest Property

 

Gets or sets a value that indicates whether the included Web performance test is a coded Web performance test.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
property bool IsCodedWebTest {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

A value that indicates whether the included Web performance test is a coded Web performance test.

Return to top
Show: