Compartilhar via


Propriedade ITestPointProperties.Comment

Obtém ou define um comentário do ponto de teste associado.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.String
O comentário do ponto de teste associado.

Segurança do .NET Framework

Consulte também

Referência

ITestPointProperties Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client

ITestPoint