CookieExistenceRule.Webpage 属性

获取或设置网页。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
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)

属性值

类型:System.String
网页。

.NET Framework 安全性

请参见

参考

CookieExistenceRule 类

Microsoft.VisualStudio.TestTools.WebTesting.Rules 命名空间