Sdílet prostřednictvím


CookieExistenceRule.CookiePath – vlastnost

Získá nebo nastaví cestu pro soubor cookie.

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

Syntaxe

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

Hodnota vlastnosti

Typ: System.String
Cesta k souboru cookie.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

CookieExistenceRule Třída

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