Partilhar via


Propriedade CookieComparisonRule.CookieName

Obtém ou define o nome do cookie.

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

Sintaxe

'Declaração
Public Property CookieName As String
    Get
    Set
public string CookieName { get; set; }
public:
property String^ CookieName {
    String^ get ();
    void set (String^ value);
}
member CookieName : string with get, set
function get CookieName () : String
function set CookieName (value : String)

Valor de propriedade

Tipo: System.String
O nome do cookie.

Segurança do .NET Framework

Consulte também

Referência

CookieComparisonRule Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting.Rules