다음을 통해 공유


CookieExistenceRule.CookiePath 속성

쿠키 경로를 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
어셈블리:  Microsoft.VisualStudio.QualityTools.WebTestFramework(Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

구문

‘선언
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)

속성 값

형식: String
쿠키 경로입니다.

.NET Framework 보안

참고 항목

참조

CookieExistenceRule 클래스

Microsoft.VisualStudio.TestTools.WebTesting.Rules 네임스페이스