Freigeben über


CookieComparisonRule.CookieValue-Eigenschaft

Ruft den Cookiewert ab oder legt ihn fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.String
Der Cookiewert.

.NET Framework-Sicherheit

Siehe auch

Referenz

CookieComparisonRule Klasse

Microsoft.VisualStudio.TestTools.WebTesting.Rules-Namespace