Propriedade CookieComparisonRule.CookieValue

Obtém ou define o valor do cookie.

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

Sintaxe

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

Valor de propriedade

Tipo: System.String
O valor do cookie.

Segurança do .NET Framework

Consulte também

Referência

CookieComparisonRule Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting.Rules