WebTestResultViewer.Details Property

Gets a value that represents the test results.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)

Syntax

'Declaration
Public ReadOnly Property Details As WebTestResultDetails
public WebTestResultDetails Details { get; }
public:
property WebTestResultDetails^ Details {
    WebTestResultDetails^ get ();
}
member Details : WebTestResultDetails
function get Details () : WebTestResultDetails

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultDetails
Returns a WebTestResultDetails object that represents the test results.

.NET Framework Security

See Also

Reference

WebTestResultViewer Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace