TestStepEvent.TestExecutionId Property

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

See Also

Reference

TestStepEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace