Condividi tramite


Proprietà AgentContext.IsRemote

Ottiene un valore che indica se il contesto dell'agente viene eseguito in modalità remota.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean
true se questo contesto dell'agente viene eseguito in remoto, in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AgentContext Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Execution