Propriedade ITestAttachment.Comment

Obtém ou define um comentário sobre o anexo.

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

Sintaxe

'Declaração
Property Comment As String
    Get
    Set
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
Um comentário.

Segurança do .NET Framework

Consulte também

Referência

ITestAttachment Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client