TestRun.Name, propriété
Obtient ou définit le nom de la série de tests.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
<VisiblePropertyAttribute> _
Public Property Name As String
Get
Set
[VisiblePropertyAttribute]
public string Name { get; set; }
[VisiblePropertyAttribute]
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
[<VisiblePropertyAttribute>]
member Name : string with get, set
function get Name () : String
function set Name (value : String)
Valeur de propriété
Type : System.String
Le nom de la série de tests.
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.