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: System.Boolean
true if this agent context is executed remotely; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.