Compartir a través de


ITestResult.Comment (Propiedad)

Obtiene o establece los comentarios acumulados especificados por los usuarios que analizaban este resultado.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
Property Comment As String
string Comment { get; set; }
property String^ Comment {
    String^ get ();
    void set (String^ value);
}
abstract Comment : string with get, set
function get Comment () : String 
function set Comment (value : String)

Valor de propiedad

Tipo: String
Comentarios acumulados escritos por quienes analizaron este resultado.

Seguridad de .NET Framework

Vea también

Referencia

ITestResult Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)