Loads a Web performance test result from the specified file.
Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Function Deserialize ( _
    filePath As String _
) As WebTestResultDetails
public WebTestResultDetails Deserialize(
    string filePath
)
public:
WebTestResultDetails^ Deserialize(
    String^ filePath
)
member Deserialize : 
        filePath:string -> WebTestResultDetails
public function Deserialize(
    filePath : String
) : WebTestResultDetails
Parameters
- filePath 
 Type: String- File to load from. 
Return Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultDetails
The Web performance test result.
.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.