Propriedade CookieExistenceRule.CheckForExistence

Obtém ou define o indicador booleano da existência do cookie.

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
    Get
    Set
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: System.Boolean
true Se o cookie existe; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

CookieExistenceRule Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting.Rules