WebTestResultViewerExt.TestCompletedEventArgs.TestResultId Property

 

The ID of the result of the completed test.

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

Syntax

public Guid TestResultId { get; }
public:
property Guid TestResultId {
    Guid get();
}
member TestResultId : Guid with get
Public ReadOnly Property TestResultId As Guid

Property Value

Type: System.Guid

Returns Guid.

See Also

WebTestResultViewerExt.TestCompletedEventArgs Class
Microsoft.VisualStudio.TestTools.LoadTesting Namespace

Return to top