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.

PostWebTestRecordingEventArgs::IsRecordingForNewWebTest Property

 

Gets a value that indicates whether this Web performance test is a new Web performance test, or an insert into an existing Web performance test.

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

public:
property bool IsRecordingForNewWebTest {
	bool get();
}

Property Value

Type: System::Boolean

true if the Web performance test recorder was started to create a new Web performance test; false if the Web performance test recorder was started to insert a recording in an existing Web performance test.

Return to top
Show: