ITestRunBase.OwnerName Propriedade
Usuário que iniciou a execuçã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
Retorna String.
Consulte também
Interface ITestRunBase
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo