TestObjectNotFoundException.ObjectType Property
Returns the object type of the object that was not found.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public ObjectTypes ObjectType { get; }
public:
property ObjectTypes ObjectType {
ObjectTypes get();
}
member ObjectType : ObjectTypes with get
Public ReadOnly Property ObjectType As ObjectTypes
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ObjectTypes
See Also
TestObjectNotFoundException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top