WebTestResultUnit.IsSkipped Property

Gets a Boolean value that indicates whether this request was skipped.

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

Syntax

'Declaration
Public ReadOnly Property IsSkipped As Boolean
public bool IsSkipped { get; }
public:
property bool IsSkipped {
    bool get ();
}
member IsSkipped : bool
function get IsSkipped () : boolean

Property Value

Type: System.Boolean
true if the request was skipped; otherwise, false.

.NET Framework Security

See Also

Reference

WebTestResultUnit Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace