We recommend using Visual Studio 2017
This documentation is archived and is not being maintained.
PostWebTestRecordingEventArgs.RecordedWebTestModified Property
Visual Studio 2010
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.
- 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.
Show: