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
'Declaration
Public ReadOnly Property ObjectType As ObjectTypes
public ObjectTypes ObjectType { get; }
public:
property ObjectTypes ObjectType {
ObjectTypes get ();
}
member ObjectType : ObjectTypes with get
function get ObjectType () : ObjectTypes
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ObjectTypes
.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.