Freigeben über


WebTestRequest.IsRedirectFollow-Eigenschaft

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
<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)

Eigenschaftswert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestRequest Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace