StringComparisonRule.ContextParameterName 属性

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

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

StringComparisonRule 类

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