WebTestRequestResult.Errors Property

Definition

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

Property Value

Applies to