TestObjectId Class
Represents the reserved object IDs.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.TestManagement.Client.TestObjectId
Syntax
public static class TestObjectId
public ref class TestObjectId abstract sealed
[<AbstractClass>]
[<Sealed>]
type TestObjectId = class end
Public NotInheritable Class TestObjectId
Fields
Name | Description | |
---|---|---|
![]() ![]() |
Deleted | Represents the test object ID for those objects that have been deleted. |
![]() ![]() |
None | Represents the test object ID for new objects. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
ITestObject<T>
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top