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
- 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.