Proprietà WebTestResultTransaction.IsIncludedTest

Ottiene o imposta un valore che indica se questa transazione è implicita nel risultato.

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

Sintassi

'Dichiarazione
Public Property IsIncludedTest As Boolean
    Get
    Friend Set
public bool IsIncludedTest { get; internal set; }
public:
property bool IsIncludedTest {
    bool get ();
    internal: void set (bool value);
}
member IsIncludedTest : bool with get, internal set
function get IsIncludedTest () : boolean
internal function set IsIncludedTest (value : boolean)

Valore proprietà

Tipo: System.Boolean
true se questa transazione è implicita nel risultato; in caso contrario false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestResultTransaction Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting