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: Int32
The identifier.
Remarks
Setting this property raises the PropertyChanged event.
.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.