Compartilhar via


Propriedade WebTestResultLoop.LoopStringRepresentation

Obtém ou define a representação de seqüência de caracteres do loop.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String
A representação de seqüência de caracteres do loop.

Segurança do .NET Framework

Consulte também

Referência

WebTestResultLoop Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting