Share via


DataCollectionEnvironmentContext.AgentContext Property

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

See Also

Reference

DataCollectionEnvironmentContext Class

Microsoft.VisualStudio.TestTools.Execution Namespace

AgentContext