Partager via


CookieExistenceRule.CheckForExistence, propriété

Obtient ou définit l'indicateur booléen de si le cookie existe.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
true si le cookie existe ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

CookieExistenceRule Classe

Microsoft.VisualStudio.TestTools.WebTesting.Rules, espace de noms