CollectorDataEntry.IsFromRemoteAgent Property

Definition

Gets a value that indicates whether the test agent is on a remote machine or a local machine.

public:
 property bool IsFromRemoteAgent { bool get(); };
public bool IsFromRemoteAgent { get; }
member this.IsFromRemoteAgent : bool
Public ReadOnly Property IsFromRemoteAgent As Boolean

Property Value

true if the test agent is on a remote machine or a local machine; false if the agent is on a local machine.

Applies to