Compartir a través de


CookieExistenceRule.CheckForExistence (Propiedad)

Obtiene o establece el valor booleano que indica si existe la cookie.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean
true si existe la cookie; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

CookieExistenceRule Clase

Microsoft.VisualStudio.TestTools.WebTesting.Rules (Espacio de nombres)