Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the list of redirected pages.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property RedirectedPages As List(Of WebTestResultPage)
public List<WebTestResultPage> RedirectedPages { get; internal set; }
public:
property List<WebTestResultPage^>^ RedirectedPages {
List<WebTestResultPage^>^ get ();
internal: void set (List<WebTestResultPage^>^ value);
}
member RedirectedPages : List<WebTestResultPage> with get, internal set
function get RedirectedPages () : List<WebTestResultPage>
internal function set RedirectedPages (value : List<WebTestResultPage>)
Property Value
Type: System.Collections.Generic.List<WebTestResultPage>
The list of redirected pages.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.