Share via


WebTestError.TimeOfError Property

Gets or sets the time that the error occurred.

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

Syntax

'Declaration
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)

Property Value

Type: System.DateTime
The time that the error occurred.

.NET Framework Security

See Also

Reference

WebTestError Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace