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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Data.Schema.UnitTesting.Conditions, espace de noms