Share via


TestStepMarkerAction.StepId Property

Gets or sets the marker step identifier.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Property StepId As Integer
public int StepId { get; set; }
public:
property int StepId {
    int get ();
    void set (int value);
}
member StepId : int with get, set
function get StepId () : int
function set StepId (value : int)

Property Value

Type: System.Int32
The identifier.

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

TestStepMarkerAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged