TestObjectNotFoundException.Id Property

Gets the ID for the object that was not found.

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
function get Id () : int

Property Value

Type: System.Int32
The ID for the object that was not found.

.NET Framework Security

See Also

Reference

TestObjectNotFoundException Class

Microsoft.TeamFoundation.TestManagement.Client Namespace