Condividi tramite


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

Vedere anche

Riferimenti

IncludedWebTest Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting