TestStepEvent.TestStepId Property
Gets the id of this test step.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
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
- 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.