CookieComparisonRule.Webpage Property

Gets or sets the Web page.

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

Syntax

'Declaration
Public Property Webpage As String
public string Webpage { get; set; }
public:
property String^ Webpage {
    String^ get ();
    void set (String^ value);
}
member Webpage : string with get, set
function get Webpage () : String 
function set Webpage (value : String)

Property Value

Type: String
The Web page.

.NET Framework Security

See Also

Reference

CookieComparisonRule Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace