Share via


TestStepEvent.TestExecutionId Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the unique identifier that identifies this test instance.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public Property TestExecutionId As Guid
    Get
    Protected Set
'Usage
Dim instance As TestStepEvent
Dim value As Guid

value = instance.TestExecutionId

instance.TestExecutionId = value
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

TestStepEvent Members

Microsoft.VisualStudio.TraceLog Namespace