Aracılığıyla paylaş


WebTestRequestResult.Errors Özellik

Hataların listesini alır.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
Public ReadOnly Property Errors As List(Of WebTestError)
    Get
public List<WebTestError> Errors { get; }
public:
property List<WebTestError^>^ Errors {
    List<WebTestError^>^ get ();
}
member Errors : List<WebTestError>
function get Errors () : List<WebTestError>

Özellik Değeri

Tür: System.Collections.Generic.List<WebTestError>
Hatalar listesi.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTestRequestResult Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı