Freigeben über


LoadTestContext.AgentName-Eigenschaft

Ruft den Namen des aktuellen Agent ab.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntax

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

Eigenschaftswert

Typ: System.String
Der Name des aktuellen Agent.

.NET Framework-Sicherheit

Siehe auch

Referenz

LoadTestContext Klasse

Microsoft.VisualStudio.TestTools.LoadTesting-Namespace