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

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

Property Value

Type: System.Int32

The identifier.

Remarks

Setting this property raises the PropertyChanged event.

See Also

PropertyChanged
TestStepMarkerAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top