CookieComparisonRule.CookieValue – vlastnost
Získá nebo nastaví hodnotu souboru cookie.
Obor názvů: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Sestavení: Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Deklarace
Public Property CookieValue As String
Get
Set
public string CookieValue { get; set; }
public:
property String^ CookieValue {
String^ get ();
void set (String^ value);
}
member CookieValue : string with get, set
function get CookieValue () : String
function set CookieValue (value : String)
Hodnota vlastnosti
Typ: System.String
Hodnota cookie.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
Microsoft.VisualStudio.TestTools.WebTesting.Rules – obor názvů