Sdílet prostřednictvím


CookieComparisonRule.Webpage – vlastnost

Získá nebo nastaví webové stránky.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
Public Property Webpage As String
    Get
    Set
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)

Hodnota vlastnosti

Typ: System.String
Webové stránky.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

CookieComparisonRule Třída

Microsoft.VisualStudio.TestTools.WebTesting.Rules – obor názvů