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: String
The string representation of the loop.
.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.