PostWebTestRecordingEventArgs.RecordedWebTest Property
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property RecordedWebTest As DeclarativeWebTest
public DeclarativeWebTest RecordedWebTest { get; }
public:
property DeclarativeWebTest^ RecordedWebTest {
DeclarativeWebTest^ get ();
}
member RecordedWebTest : DeclarativeWebTest with get
function get RecordedWebTest () : DeclarativeWebTest
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.DeclarativeWebTest
.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.