Partager via


WebTestResultTransaction.IsIncludedTest, propriété

Obtient ou définit une valeur qui indique si cette transaction est implicite dans le résultat.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
true si cette transaction est implicite dans le résultat ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

WebTestResultTransaction Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms