Sdílet prostřednictvím


WebTestResultTransaction.IsIncludedTest – vlastnost

Získá nebo nastaví hodnotu, která označuje, zda je tato transakce implicitní ve výsledku.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
Public Property IsIncludedTest As Boolean
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)

Hodnota vlastnosti

Typ: System.Boolean
true Pokud je tato transakce implicitní ve výsledku; jinak false.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTestResultTransaction Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů