Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the test object to which this entry refers, regardless of the type.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestObject<int> TestObject { get; }
property ITestObject<int>^ TestObject {
ITestObject<int>^ get();
}
abstract TestObject : ITestObject<int> with get
ReadOnly Property TestObject As ITestObject(Of Integer)
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestObject<Int32>
The test object to which this entry refers, whether a test suite or a test case.
See Also
ITestObject<T>
ITestSuiteEntry Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top