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> with get
function get DependantResults () : List<WebTestRequestResult>
Property Value
Type: List<WebTestRequestResult>
The list of dependant results.
.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.