The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WebTestResponse::IsXml Property
Gets a value that indicates whether the response is XML.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Property Value
Type: System::Booleantrue if the response content type is "text/xml", "application/xml", or "application/xhtml+xml"; otherwise, false.
Show: