Partager via


WebTestError.ErrorType, propriété

Obtient ou définit le type d'erreur qui s'est produite.

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

Syntaxe

'Déclaration
Public Property ErrorType As WebTestErrorType
    Get
    Friend Set
public WebTestErrorType ErrorType { get; internal set; }
public:
property WebTestErrorType ErrorType {
    WebTestErrorType get ();
    internal: void set (WebTestErrorType value);
}
member ErrorType : WebTestErrorType with get, internal set
function get ErrorType () : WebTestErrorType
internal function set ErrorType (value : WebTestErrorType)

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.WebTesting.WebTestErrorType
Type d'erreur qui s'est produit.

Sécurité .NET Framework

Voir aussi

Référence

WebTestError Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms