ITestPointProperties.Comment, propriété

Obtient ou définit un commentaire pour le point de test associé.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String
Commentaire pour le point de test associé.

Sécurité .NET Framework

Voir aussi

Référence

ITestPointProperties Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms

ITestPoint