Proprietà IncludedWebTest.IsCodedWebTest
Ottiene o imposta un valore che indica se il test delle prestazioni Web incluso è codificato.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintassi
'Dichiarazione
Public Property IsCodedWebTest As Boolean
public bool IsCodedWebTest { get; set; }
public:
property bool IsCodedWebTest {
bool get ();
void set (bool value);
}
member IsCodedWebTest : bool with get, set
function get IsCodedWebTest () : boolean
function set IsCodedWebTest (value : boolean)
Valore proprietà
Tipo: Boolean
Valore che indica se il test delle prestazioni Web incluso è un test codificato.
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.