WebTestRequest.DependentRequests Property

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

See Also

Reference

WebTestRequest Class

WebTestRequest Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace