WorkItemAttribute.Id Property
Gets the ID of the work item.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.SmartDevice.UnitTestFramework (in Microsoft.VisualStudio.SmartDevice.UnitTestFramework.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 work item ID.
.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.