ITestRunBase.Comment Propriedade
Comentários inseridos por aqueles analisando a execução.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
string Comment { get; set; }
property String^ Comment {
String^ get();
void set(String^ value);
}
abstract Comment : string with get, set
Property Comment As String
Valor de propriedade
Type: System.String
Retorna String.
Consulte também
Interface ITestRunBase
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo