Compartir a través de


WebTestResultTransaction.IsIncludedTest (Propiedad)

Obtiene o establece un valor que indica si esta transacción está implícita en el resultado.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean
Es true si esta transacción está implícita en el resultado; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

WebTestResultTransaction Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)