AgentContext.ConnectionString Property

Gets the machine name of the agent and the port on which it listens for incoming connections.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public Property ConnectionString As String
public string ConnectionString { get; internal set; }
public:
property String^ ConnectionString {
    String^ get ();
    internal: void set (String^ value);
}
member ConnectionString : string with get, internal set
function get ConnectionString () : String
internal function set ConnectionString (value : String)

Property Value

Type: System.String
A string that contains the machine name and port.

.NET Framework Security

See Also

Reference

AgentContext Class

Microsoft.VisualStudio.TestTools.Execution Namespace