TestCaseEvent.TestExecutionId Property

Gets the test execution ID, which identifies this test instance.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Property TestExecutionId As Guid
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: Guid

.NET Framework Security

See Also

Reference

TestCaseEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace