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: DateTime
The time that the error occurred.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.