Partager via


WebTestRequest.FollowRedirects, propriété

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public Property FollowRedirects As Boolean
public bool FollowRedirects { get; set; }
public:
property bool FollowRedirects {
    bool get ();
    void set (bool value);
}
member FollowRedirects : bool with get, set
function get FollowRedirects () : boolean 
function set FollowRedirects (value : boolean)

Valeur de propriété

Type : Boolean

Sécurité .NET Framework

Voir aussi

Référence

WebTestRequest Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms