Partager via


WebTestResultLoop.LoopStringRepresentation, propriété

Obtient ou définit la représentation sous forme de chaîne de la boucle.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public Property LoopStringRepresentation As String
    Get
    Friend Set
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)

Valeur de propriété

Type : System.String
Représentation sous forme de chaîne de la boucle.

Sécurité .NET Framework

Voir aussi

Référence

WebTestResultLoop Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms