Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: 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.