Partilhar via


Propriedade WebTestResultTransaction.IsIncludedTest

Obtém ou define um valor que indica se esta transação é implícita no resultado.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
true Se essa transação é implícita no resultado; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

WebTestResultTransaction Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting