WebTestResultDetails.TestName, propriété
Espace de noms : Microsoft.VisualStudio.TestTools.WebTesting
Assembly : Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Déclaration
Public Property TestName As String
Get
Friend Set
public string TestName { get; internal set; }
public:
property String^ TestName {
String^ get ();
internal: void set (String^ value);
}
member TestName : string with get, internal set
function get TestName () : String
internal function set TestName (value : String)
Valeur de propriété
Type : System.String
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.