Udostępnij za pośrednictwem


Właściwość CookieExistenceRule.CheckForExistence —

Pobiera lub ustawia logiczna wskazuje, czy istnieje plik cookie.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

'Deklaracja
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)

Wartość właściwości

Typ: Boolean
true Jeśli plik cookie istnieje; w przeciwnym razie false.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

CookieExistenceRule Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting.Rules