共用方式為


CookieExistenceRule.CheckForExistence 屬性

取得或設定表示 Cookie 是否存在的布林指標。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
Public Property CheckForExistence As Boolean
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
如果 Cookie 存在則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

CookieExistenceRule 類別

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