Freigeben über


WebTestResponse.IsText-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Antworttext ein Textdokument ist.

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

Eigenschaftswert

Typ: Boolean
true , wenn der Antworttext ein Textdokument ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestResponse Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace