Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.