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
'Declaration
ReadOnly Property TestObject As ITestObject(Of Integer)
ITestObject<int> TestObject { get; }
property ITestObject<int>^ TestObject {
ITestObject<int>^ get ();
}
abstract TestObject : ITestObject<int> with get
function get TestObject () : ITestObject<int>
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.
.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.