The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WebTestResultPage::RedirectedPages Property
Gets or sets the list of redirected pages.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: property List<WebTestResultPage^>^ RedirectedPages { List<WebTestResultPage^>^ get(); internal: void set(List<WebTestResultPage^>^ value); }
Property Value
Type: System.Collections.Generic::List<WebTestResultPage^>^The list of redirected pages.
Show: