WorkItemAttribute.Id Property

Gets the ID of the work item.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public ReadOnly Property Id As Integer
'Usage
Dim instance As WorkItemAttribute 
Dim value As Integer 

value = instance.Id
public int Id { get; }
public:
property int Id {
    int get ();
}
public function get Id () : int

Property Value

Type: System.Int32
The ID of the work item.

.NET Framework Security

See Also

Reference

WorkItemAttribute Class

WorkItemAttribute Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace