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