LoadTest.Name, propriété
Obtient le nom du test de charge.
Espace de noms : Microsoft.VisualStudio.TestTools.LoadTesting
Assembly : Microsoft.VisualStudio.QualityTools.LoadTestFramework (dans Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntaxe
'Déclaration
Public Property Name As String
public string Name { get; internal set; }
public:
property String^ Name {
String^ get ();
internal: void set (String^ value);
}
member Name : string with get, internal set
function get Name () : String
internal function set Name (value : String)
Valeur de propriété
Type : System.String
Nom de l'élément LoadTest.
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.VisualStudio.TestTools.LoadTesting, espace de noms