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: Boolean
true if this request will be skipped; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.