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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.