Partilhar via


Propriedade CookieExistenceRule.CookiePath

Obtém ou define o caminho do cookie.

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

Sintaxe

'Declaração
Public Property CookiePath As String
    Get
    Set
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)

Valor de propriedade

Tipo: System.String
O caminho do cookie.

Segurança do .NET Framework

Consulte também

Referência

CookieExistenceRule Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting.Rules