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

See Also

Reference

PostWebTestRecordingEventArgs Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace