Partilhar via


Propriedade AgentContext.IsRemote

Obtém um valor que indica se este contexto de agente é executado remotamente.

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

Sintaxe

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

Valor de propriedade

Tipo: System.Boolean
true Se este contexto de agente é executado remotamente. Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

AgentContext Classe

Namespace Microsoft.VisualStudio.TestTools.Execution