WebTestError.TimeOfError 属性

获取或设置发生错误的时间。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
Public Property TimeOfError As DateTime
    Get
    Friend Set
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)

属性值

类型:System.DateTime
发生错误的时间。

.NET Framework 安全性

请参见

参考

WebTestError 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间