Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ID of the result that contains the newly selected test.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Syntax
'Declaration
Public ReadOnly Property TestResultId As Guid
public Guid TestResultId { get; }
public:
property Guid TestResultId {
Guid get ();
}
member TestResultId : Guid
function get TestResultId () : Guid
Property Value
Type: System.Guid
Returns the ID of the result that contains the newly selected test.
.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.