TestStepEvent.TestStepId Property

Gets the id of this test step.

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

Syntax

'Declaration
Public ReadOnly Property TestStepId As Integer
    Get
public int TestStepId { get; }
public:
property int TestStepId {
    int get ();
}
member TestStepId : int
function get TestStepId () : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

TestStepEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace