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
'Declaration
Public Property WorkItemId As Integer
public int WorkItemId { get; set; }
public:
property int WorkItemId {
int get ();
void set (int value);
}
member WorkItemId : int with get, set
function get WorkItemId () : int
function set WorkItemId (value : int)
Property Value
Type: Int32
The associated work item 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.