Aracılığıyla paylaş


WebTestRequest.IsRedirectFollow Özellik

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

Sözdizimi

'Bildirim
<BrowsableAttribute(False)> _
Public Property IsRedirectFollow As Boolean
[BrowsableAttribute(false)]
public bool IsRedirectFollow { get; internal set; }
[BrowsableAttribute(false)]
public:
property bool IsRedirectFollow {
    bool get ();
    internal: void set (bool value);
}
[<BrowsableAttribute(false)>]
member IsRedirectFollow : bool with get, internal set
function get IsRedirectFollow () : boolean 
internal function set IsRedirectFollow (value : boolean)

Özellik Değeri

Tür: Boolean

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTestRequest Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı