Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.