ITestBase.OwnerName Propriedade
A pessoa responsável pela automação deste teste.Se o teste é manual, a pessoa responsável para manter o teste depuração.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
string OwnerName { get; }
property String^ OwnerName {
String^ get();
}
abstract OwnerName : string with get
ReadOnly Property OwnerName As String
Valor de propriedade
Type: System.String
Consulte também
Interface ITestBase
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo