WebTestRequest.DependentRequests Property
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property DependentRequests As WebTestRequestCollection
public WebTestRequestCollection DependentRequests { get; internal set; }
public:
property WebTestRequestCollection^ DependentRequests {
WebTestRequestCollection^ get ();
internal: void set (WebTestRequestCollection^ value);
}
member DependentRequests : WebTestRequestCollection with get, internal set
function get DependentRequests () : WebTestRequestCollection
internal function set DependentRequests (value : WebTestRequestCollection)
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestCollection
.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.