Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the agent context. The set accessor is for internal use only.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Property AgentContext As AgentContext
public AgentContext AgentContext { get; internal set; }
public:
property AgentContext^ AgentContext {
AgentContext^ get ();
internal: void set (AgentContext^ value);
}
member AgentContext : AgentContext with get, internal set
function get AgentContext () : AgentContext
internal function set AgentContext (value : AgentContext)
Property Value
Type: Microsoft.VisualStudio.TestTools.Execution.AgentContext
The agent context.
.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.
See Also
Reference
DataCollectionEnvironmentContext Class