Aracılığıyla paylaş


WebTestRequest.RecordedCookies Özellik

İsteği ile birlikte kaydedilen tanımlama bilgilerini alır.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
Public Property RecordedCookies As String
    Get
    Friend Set
public string RecordedCookies { get; internal set; }
public:
property String^ RecordedCookies {
    String^ get ();
    internal: void set (String^ value);
}
member RecordedCookies : string with get, internal set
function get RecordedCookies () : String
internal function set RecordedCookies (value : String)

Özellik Değeri

Tür: System.String

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTestRequest Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı