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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.WebTesting.Rules, espace de noms