Udostępnij za pośrednictwem


Właściwość CookieExistenceRule.CheckForExistence —

Zwraca lub ustawia wskaźnik Boolean, 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: System.Boolean
true Jeśli istnieje plik cookie; w przeciwnym razie false.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

CookieExistenceRule Klasa

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