Aracılığıyla paylaş


WebTestRequestResult.IsSkippedRequest Özellik

Alır veya ayarlar bu isteği mi atlanır, 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
    Get
    Set
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: System.Boolean
true Bu istek atlanır, Aksi takdirde, false.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTestRequestResult Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı