Share via


WebTestResponse.IsText Property

Gets a value indicating whether the response body is a text document.

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

Syntax

'Declaration
Public ReadOnly Property IsText As Boolean
public bool IsText { get; }
public:
property bool IsText {
    bool get ();
}
member IsText : bool with get
function get IsText () : boolean

Property Value

Type: Boolean
true if the response body is a text document; otherwise, false.

.NET Framework Security

See Also

Reference

WebTestResponse Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace