TestResultMessage.LoadTestAgentNames Property

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

See Also

Reference

TestResultMessage Class

Microsoft.VisualStudio.TestTools.Common Namespace