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::RecordedWebTestModified Property
Gets or sets the indication that a plug-in modified the contents of the recorded Web performance test in the event handler.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Property Value
Type: System::Booleantrue if the RecordedWebTest was modified in the WebTestRecorderPlugin event handler; otherwise, false.
If user code modifies the contents of the RecordedWebTest in the WebTestRecorderPlugin event handler, RecordedWebTestModified must be set to true in the WebTestRecorderPlugin event handler.
Show: