Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a comma-delimited list of the names of machines where the associated load test is installed.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property LoadTestAgentNames As String
public virtual string LoadTestAgentNames { get; }
public:
virtual property String^ LoadTestAgentNames {
String^ get ();
}
abstract LoadTestAgentNames : string with get
override LoadTestAgentNames : string with get
function get LoadTestAgentNames () : String
Property Value
Type: String
A comma-delimited list of the names of machines where the associated load test is installed.
Remarks
If the associated test is not a load test, this property returns an empty string.
.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.