WebTestResultLoop.LoopStringRepresentation 属性

获取或设置循环的字符串表示形式。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
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)

属性值

类型:System.String
循环的字符串表示形式。

.NET Framework 安全性

请参见

参考

WebTestResultLoop 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间