Partager via


AgentContext.IsRemote, propriété

Obtient une valeur qui indique si ce contexte d'agent est exécuté à distance.

Espace de noms :  Microsoft.VisualStudio.TestTools.Execution
Assembly :  Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Déclaration
Public Property IsRemote As Boolean
    Get
    Friend Set
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)

Valeur de propriété

Type : System.Boolean
true si ce contexte d'agent est exécuté à distance ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

AgentContext Classe

Microsoft.VisualStudio.TestTools.Execution, espace de noms