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 the collection of dependent requests.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property DependentRequests As WebTestRequestCollection
'Usage
Dim instance As WebTestRequest
Dim value As WebTestRequestCollection
value = instance.DependentRequests
instance.DependentRequests = value
public WebTestRequestCollection DependentRequests { get; internal set; }
public:
property WebTestRequestCollection^ DependentRequests {
WebTestRequestCollection^ get ();
void set (WebTestRequestCollection^ value);
}
public function get DependentRequests () : WebTestRequestCollection
public function set DependentRequests (value : WebTestRequestCollection)
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestCollection
A WebTestRequestCollection collection.
Remarks
Dependent requests are run in parallel after the top-level page request finishes.
.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.