Aracılığıyla paylaş


WebTestResultCondition.ErrorOccurred Özellik

Alır veya ayarlar hata olup olmadığını gösteren Boolean değeri.

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

Sözdizimi

'Bildirim
Public Property ErrorOccurred As Boolean
public bool ErrorOccurred { get; internal set; }
public:
property bool ErrorOccurred {
    bool get ();
    internal: void set (bool value);
}
member ErrorOccurred : bool with get, internal set
function get ErrorOccurred () : boolean 
internal function set ErrorOccurred (value : boolean)

Özellik Değeri

Tür: Boolean
Hata olup olmadığını gösteren Boolean değeri.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTestResultCondition Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı