Partager via


CookieComparisonRule.IgnoreCase, propriété

Obtient ou définit l'indicateur booléen qui signale d'ignorer ou non le cas.

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

Syntaxe

'Déclaration
Public Property IgnoreCase As Boolean
    Get
    Set
public bool IgnoreCase { get; set; }
public:
property bool IgnoreCase {
    bool get ();
    void set (bool value);
}
member IgnoreCase : bool with get, set
function get IgnoreCase () : boolean
function set IgnoreCase (value : boolean)

Valeur de propriété

Type : System.Boolean
true pour ignorer la casse ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

CookieComparisonRule Classe

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