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 with get
function get Id () : int
Property Value
Type: Int32
The ID for the object that was not found.
.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.