Partager via


WebTestResultUnit.IsSkipped, propriété

Obtient une valeur booléenne qui indique si la demande a été ignorée.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

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

Valeur de propriété

Type : System.Boolean
true si la demande a été ignorée ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

WebTestResultUnit Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms