Share via


WebTestRequestResult.IsSkippedRequest Property

Gets or sets the Boolean indicator of whether this request will be skipped.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
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)

Property Value

Type: System.Boolean
true if this request will be skipped; otherwise, false.

.NET Framework Security

See Also

Reference

WebTestRequestResult Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace