Compartilhar via


Propriedade CookieComparisonRule.UseRegularExpression

Obtém ou define o valor booleano se usar expressões regulares.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
Public Property UseRegularExpression As Boolean
    Get
    Set
public bool UseRegularExpression { get; set; }
public:
property bool UseRegularExpression {
    bool get ();
    void set (bool value);
}
member UseRegularExpression : bool with get, set
function get UseRegularExpression () : boolean
function set UseRegularExpression (value : boolean)

Valor de propriedade

Tipo: System.Boolean
O valor booleano se usar expressões regulares.

Segurança do .NET Framework

Consulte também

Referência

CookieComparisonRule Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting.Rules