CollectorDataEntry.IsFromRemoteAgent Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets a value that indicates whether the test agent is on a remote machine or a local machine.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public ReadOnly Property IsFromRemoteAgent As Boolean
public bool IsFromRemoteAgent { get; }
public:
property bool IsFromRemoteAgent {
bool get ();
}
member IsFromRemoteAgent : bool with get
function get IsFromRemoteAgent () : boolean
Property Value
Type: Boolean
true if the test agent is on a remote machine or a local machine; false if the agent is on a local machine.
.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.