CookieComparisonRule.CookieValue Property

Gets or sets the cookie value.

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

Syntax

'Declaration
Public Property CookieValue As String
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)

Property Value

Type: String
The cookie value.

.NET Framework Security

See Also

Reference

CookieComparisonRule Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace