AgentContext.IsExecutedRemotely Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Property IsExecutedRemotely As Boolean
Get
Friend Set
'Usage
Dim instance As AgentContext
Dim value As Boolean
value = instance.IsExecutedRemotely
public bool IsExecutedRemotely { get; internal set; }
public:
property bool IsExecutedRemotely {
bool get ();
internal: void set (bool value);
}
member IsExecutedRemotely : bool with get, internal set
function get IsExecutedRemotely () : boolean
internal function set IsExecutedRemotely (value : boolean)
Property Value
Type: System.Boolean
.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.