Compartilhar via


Propriedade TestRunConfiguration.IsExecutedRemotely

Obtém ou define um valor booleano que indica se a execução de teste deve ser executado remotamente.

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

Sintaxe

'Declaração
Public Property IsExecutedRemotely As Boolean
    Get
    Set
public bool IsExecutedRemotely { get; set; }
public:
property bool IsExecutedRemotely {
    bool get ();
    void set (bool value);
}
member IsExecutedRemotely : bool with get, set
function get IsExecutedRemotely () : boolean
function set IsExecutedRemotely (value : boolean)

Valor de propriedade

Tipo: System.Boolean
true Se a execução de teste deve ser executado remotamente. Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

TestRunConfiguration Classe

Namespace Microsoft.VisualStudio.TestTools.Common