WebTestRequest.IsRedirectFollow Property

Gets a value that indicates whether the request was created as the result of following a redirect.

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
'Usage
Dim instance As WebTestRequest 
Dim value As Boolean 

value = instance.IsRedirectFollow

instance.IsRedirectFollow = value
[BrowsableAttribute(false)]
public bool IsRedirectFollow { get; internal set; }
[BrowsableAttribute(false)]
public:
property bool IsRedirectFollow {
    bool get ();
    void set (bool value);
}
public function get IsRedirectFollow () : boolean 
public function set IsRedirectFollow (value : boolean)

Property Value

Type: System.Boolean
true if the request was created by a redirect; otherwise, false. The default value is false.

.NET Framework Security

See Also

Reference

WebTestRequest Class

WebTestRequest Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace