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

'Declaration
ReadOnly Property Owner As ITestBase
ITestBase Owner { get; }
property ITestBase^ Owner {
    ITestBase^ get ();
}
abstract Owner : ITestBase with get
function get Owner () : ITestBase

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestBase
A test base that represents the owner of this test action.

.NET Framework Security

See Also

Reference

ITestAction Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestBase