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: String
A string that describes the error.
.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.