ProbabilityRule.ContextParameterName 属性
获取或设置上下文参数名。
命名空间: Microsoft.VisualStudio.TestTools.WebTesting.Rules
程序集: Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
语法
声明
<IsContextParameterNameAttribute(True)> _
Public Property ContextParameterName As String
[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)
属性值
类型:String
上下文参数名称。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。