Share via


TestStepMarkerAction.WorkItemId Property

 

Gets or sets the identifier for an associated work item.

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

Syntax

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

Property Value

Type: System.Int32

The associated work item identifier.

Remarks

Setting this property raises the PropertyChanged event.

See Also

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

Return to top