DateTimeWebTestPlugin.UseLocalTime 属性

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

语法

声明
Public Property UseLocalTime As Boolean
public bool UseLocalTime { get; set; }
public:
property bool UseLocalTime {
    bool get ();
    void set (bool value);
}
member UseLocalTime : bool with get, set
function get UseLocalTime () : boolean 
function set UseLocalTime (value : boolean)

属性值

类型:Boolean

.NET Framework 安全性

请参阅

参考

DateTimeWebTestPlugin 类

Microsoft.VisualStudio.TestTools.WebTesting.RequestPlugins 命名空间