Partilhar via


Propriedade CookieExistenceRule.CheckForExistence

Obtém ou define o booliano se o indicador do cookie existe.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Boolean
true se o cookie existir; caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

CookieExistenceRule Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting.Rules