WebTestRequestResult.DependantResults Property

Gets the list of dependant results.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public ReadOnly Property DependantResults As List(Of WebTestRequestResult)
public List<WebTestRequestResult> DependantResults { get; }
public:
property List<WebTestRequestResult^>^ DependantResults {
    List<WebTestRequestResult^>^ get ();
}
member DependantResults : List<WebTestRequestResult>
function get DependantResults () : List<WebTestRequestResult>

Property Value

Type: System.Collections.Generic.List<WebTestRequestResult>
The list of dependant results.

.NET Framework Security

See Also

Reference

WebTestRequestResult Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace