Share via


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
function get IsFromRemoteAgent () : boolean

Property Value

Type: System.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

See Also

Reference

CollectorDataEntry Class

Microsoft.VisualStudio.TestTools.Common Namespace