Share via


AgentContext.IsRemote Property

Gets a value that indicates whether this agent context is executed remotely.

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

Syntax

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

Property Value

Type: Boolean
true if this agent context is executed remotely; otherwise, false.

.NET Framework Security

See Also

Reference

AgentContext Class

Microsoft.VisualStudio.TestTools.Execution Namespace