Condividi tramite


Proprietà CollectorDataEntry.IsFromRemoteAgent

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Ottiene un valore che indica se l'agente di test si trova in un computer remoto o in un computer locale.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsFromRemoteAgent As Boolean
    Get
public bool IsFromRemoteAgent { get; }
public:
property bool IsFromRemoteAgent {
    bool get ();
}
member IsFromRemoteAgent : bool
function get IsFromRemoteAgent () : boolean

Valore proprietà

Tipo: System.Boolean
true se l'agente di test si trova in un computer remoto o in un computer locale; false se l'agente si trova in un computer locale.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CollectorDataEntry Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common