Share via


WebTestResultLoop.LoopStringRepresentation Property

Gets or sets the string representation of the loop.

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

Syntax

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

Property Value

Type: System.String
The string representation of the loop.

.NET Framework Security

See Also

Reference

WebTestResultLoop Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace