Aracılığıyla paylaş


WebTestRequestResult.IsSkippedRequest Özellik

Alır veya ayarlar bu isteği atlandı olup, Boolean göstergesi.

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

Sözdizimi

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

Özellik Değeri

Tür: Boolean
true Bu isteği atlandı, Aksi halde, false.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTestRequestResult Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı