Share via


IdAndName.Id Property

Gets the ID for the test object.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Id As Integer
public int Id { get; }
public:
property int Id {
    int get ();
}
member Id : int with get
function get Id () : int

Property Value

Type: Int32
The ID for the test object.

.NET Framework Security

See Also

Reference

IdAndName Structure

Microsoft.TeamFoundation.TestManagement.Client Namespace