Share via


WebTestRequestResult.DependantResults Property

Definition

public:
 property System::Collections::Generic::List<Microsoft::VisualStudio::TestTools::WebTesting::WebTestRequestResult ^> ^ DependantResults { System::Collections::Generic::List<Microsoft::VisualStudio::TestTools::WebTesting::WebTestRequestResult ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestResult> DependantResults { get; }
member this.DependantResults : System.Collections.Generic.List<Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestResult>
Public ReadOnly Property DependantResults As List(Of WebTestRequestResult)

Property Value

Applies to