WebTestLoop.ToString Method

Returns a String that represents the current WebTestLoop.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string 
override ToString : unit -> string 
public override function ToString() : String

Return Value

Type: System.String
A String that represents the current WebTestLoop.

.NET Framework Security

See Also

Reference

WebTestLoop Class

ToString Overload

Microsoft.VisualStudio.TestTools.WebTesting Namespace