Proprietà IncludedWebTest.TestId
Ottiene o imposta un valore stringa che contiene il TestId 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 TestId As String
public string TestId { get; set; }
public:
property String^ TestId {
String^ get ();
void set (String^ value);
}
member TestId : string with get, set
function get TestId () : String
function set TestId (value : String)
Valore proprietà
Tipo: String
Valore GUID che indica il TestId del test delle prestazioni Web incluso.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.