ITestAction.Owner Property
Gets a test base that represents the owner of this test action.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestBase Owner { get; }
property ITestBase^ Owner {
ITestBase^ get();
}
abstract Owner : ITestBase with get
ReadOnly Property Owner As ITestBase
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestBase
A test base that represents the owner of this test action.
See Also
ITestBase
ITestAction Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top