Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 with get
function get Details () : WebTestResultDetails
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultDetails
Returns a WebTestResultDetails object that represents the test results.
.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.