Partager via


WebTestError.TimeOfError, propriété

Obtient ou définit l'heure à laquelle l'erreur 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 TimeOfError As DateTime
public DateTime TimeOfError { get; internal set; }
public:
property DateTime TimeOfError {
    DateTime get ();
    internal: void set (DateTime value);
}
member TimeOfError : DateTime with get, internal set
function get TimeOfError () : DateTime
internal function set TimeOfError (value : DateTime)

Valeur de propriété

Type : System.DateTime
Heure à laquelle l'erreur s'est produite.

Sécurité .NET Framework

Voir aussi

Référence

WebTestError Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms