ContextParameterExistenceRule.CheckForExistence 属性

获取或设置布尔指示符,该指示符指示上下文参数是否存在。

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

语法

声明
Public Property CheckForExistence As Boolean
    Get
    Set
public bool CheckForExistence { get; set; }
public:
property bool CheckForExistence {
    bool get ();
    void set (bool value);
}
member CheckForExistence : bool with get, set
function get CheckForExistence () : boolean
function set CheckForExistence (value : boolean)

属性值

类型:System.Boolean
指示上下文参数是否存在的布尔指示符。

.NET Framework 安全性

请参见

参考

ContextParameterExistenceRule 类

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