CountingLoopRule.ContextParameterName 属性

获取或设置上下文参数名。

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

语法

声明
<IsContextParameterNameAttribute(True)> _
Public Property ContextParameterName As String
    Get
    Set
[IsContextParameterNameAttribute(true)]
public string ContextParameterName { get; set; }
[IsContextParameterNameAttribute(true)]
public:
property String^ ContextParameterName {
    String^ get ();
    void set (String^ value);
}
[<IsContextParameterNameAttribute(true)>]
member ContextParameterName : string with get, set
function get ContextParameterName () : String
function set ContextParameterName (value : String)

属性值

类型:System.String
上下文参数名称。

.NET Framework 安全性

请参见

参考

CountingLoopRule 类

Microsoft.VisualStudio.TestTools.WebTesting.Rules 命名空间