Condividi tramite


Proprietà IncludedWebTest.Name

Ottiene o imposta il nome del test delle prestazioni Web incluso.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
Public Property Name As String
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)

Valore proprietà

Tipo: String
Nome del test delle prestazioni Web incluso.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IncludedWebTest Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting