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.
Gets the test execution ID, which identifies this test instance.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Property TestExecutionId As Guid
Get
Protected Set
public Guid TestExecutionId { get; protected set; }
public:
property Guid TestExecutionId {
Guid get ();
protected: void set (Guid value);
}
member TestExecutionId : Guid with get, set
function get TestExecutionId () : Guid
protected function set TestExecutionId (value : Guid)
Property Value
Type: System.Guid
.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.