Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ID for the test object.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public int Id { get; }
public:
property int Id {
int get();
}
member Id : int with get
Public ReadOnly Property Id As Integer
Property Value
Type: System.Int32
The ID for the test object.
See Also
IdAndName Structure
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top