Share via


WebTestError.ErrorText Property

Gets or sets a string that describes the error.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property ErrorText As String
public string ErrorText { get; internal set; }
public:
property String^ ErrorText {
    String^ get ();
    internal: void set (String^ value);
}
member ErrorText : string with get, internal set
function get ErrorText () : String
internal function set ErrorText (value : String)

Property Value

Type: System.String
A string that describes the error.

.NET Framework Security

See Also

Reference

WebTestError Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace