Partager via


TestCondition.Name, propriété

Obtient ou définit le nom de la condition de test.

Espace de noms :  Microsoft.Data.Schema.UnitTesting.Conditions
Assembly :  Microsoft.Data.Schema.UnitTesting (dans Microsoft.Data.Schema.UnitTesting.dll)

Syntaxe

'Déclaration
Public Property Name As String
    Get
    Set
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)

Valeur de propriété

Type : System.String

Notes

Il s'agit du nom de la condition de test dans le code. Ce nom est fourni dans la notification d'échec du test si le test échoue.

Sécurité .NET Framework

Voir aussi

Référence

TestCondition Classe

Microsoft.Data.Schema.UnitTesting.Conditions, espace de noms